molginc / irb1100-hardware-interface

A ros-melodic docker file with the abb_hardware_interface driver installed for the IRB1100 with the Omnicore controller.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. License

About The Project

A ROS docker file containing drivers for the ABB IRB1100 robot with the Omnicore controller.

(back to top)

Getting Started

Prerequisites

Docker should be installed on the system.

Installation

  1. Clone the repo
    git clone https://github.com/Amin173/irb1100-hardware-interface.git -b <branch>
    The <branch> options are egm_only and rws2_with_egm.
  2. After cloning the repository, run the following command from the project directory:
    docker build . [--options: e.g. -t irb1100_driver:latest]

(back to top)

Usage

See the corresponding branches for specific usage instructions.

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

About

A ros-melodic docker file with the abb_hardware_interface driver installed for the IRB1100 with the Omnicore controller.

License:MIT License


Languages

Language:Dockerfile 100.0%