Skip to content

Commit

Permalink
Add installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
cambel committed Jun 13, 2022
1 parent 20e608a commit 732dd21
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,36 @@
# Dual arm set up with Universal Robots (default UR3e)
<img src="https://github.com/cambel/dual_ur3e/blob/main/docs/dual_ur3e.png?raw=true" alt="Dual UR3e & Robotiq Hand-e" width="500">


ROS-Melodic, Gazebo, and MoveIt configuration for dual configuration with UR3e (or any other UR robot)

## Installation
### Prerequisites
- Install Docker
- Install Docker-compose
- Install nvidia-docker2

Detailed instruction can be found [here](https://github.com/cambel/ur3/wiki/Install-with-Docker)

### Clone and build

Clone this repository
```shell
git clone https://github.com/cambel/dual_ur3e.git
```

Build Docker container
```shell
cd dual_ur3e
./BUILD-DOCKER-IMAGE.sh
```

Run container (reconnect to container with new terminals with this same script)
```shell
cd dual_ur3e
./RUN-DOCKER.sh
```

## Example
### Launch the Gazebo environment (Environment is a custom build of my lab)
Execute the following command
Expand Down
Binary file added docs/dual_ur3e.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 732dd21

Please sign in to comment.