Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ipa-rar/ur5e_cell

Moveit2 config packages for UR5e Robot
https://github.com/ipa-rar/ur5e_cell

moveit2 ros2 ur5-robot

Last synced: about 2 months ago
JSON representation

Moveit2 config packages for UR5e Robot

Awesome Lists containing this project

README

        

# Robot workcell description package
This package provides the workcell description of the ur5e robot, Shunk egp50 gripper, and the robot cell from ipa_326.

````
vcs import src --skip-existing --input src/ur5e_cell/dependencies_rolling.repos
````

Build & source your workspace
````
colcon build --symlink-install
source install/setup.bash
````
Launch the workcell
````
ros2 launch ur5e_cell_description view_ur_cell.launch.py

````

**Tip:** To check xacro syntax during development
````
check_urdf <(xacro workcell.urdf.xacro)
````
# Real Robot Bringup

```
vcs import src --skip-existing --input src/ur5e_cell/dependencies_rolling.repos
```
This will pull necessary drivers and moveit_config packages into the workspace

Build & source your workspace
````
colcon build --symlink-install
source install/setup.bash
````
Launch your robot driver and moveit
```
ros2 launch ur5e_cell_bringup ur5e_cell_bringup.launch.py
```
-----------------------------------------------------------

# Docker deployment on Real robot

Necessary for RVIZ2
````
xhost local:root
````

Run docker container
````
docker-compose --file ~/ur_ws/src/ur5e_cell/docker/docker-compose.yaml up
````
-----------------------------------------------------------