Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
65 changes: 0 additions & 65 deletions .github/workflows/build.yaml

This file was deleted.

70 changes: 0 additions & 70 deletions .github/workflows/docker_build_pipeline.yaml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pyc
53 changes: 1 addition & 52 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,52 +1 @@
# 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
````
-----------------------------------------------------------
# Robot workcell description package
15 changes: 0 additions & 15 deletions dependencies_rolling.repos

This file was deleted.

30 changes: 0 additions & 30 deletions docker/Dockerfile

This file was deleted.

21 changes: 0 additions & 21 deletions docker/docker-compose.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions docker/entrypoint.sh

This file was deleted.

5 changes: 0 additions & 5 deletions ur5_cell_moveit_config/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions ur5_cell_moveit_config/config/initial_positions.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions ur5_cell_moveit_config/config/ur5_msa.urdf.xacro

This file was deleted.

10 changes: 0 additions & 10 deletions ur5_cell_moveit_config/launch/demo.launch.py

This file was deleted.

Loading