Skip to content
Snippets Groups Projects
Commit c0da22fa authored by René Ebeling's avatar René Ebeling
Browse files

Update README.md to correct ROS setup sourcing instructions and mark subproject as dirty

parent efc1da10
No related branches found
No related tags found
No related merge requests found
...@@ -38,9 +38,6 @@ Ensure you have the following installed on your system: ...@@ -38,9 +38,6 @@ Ensure you have the following installed on your system:
```bash ```bash
source install/setup.bash source install/setup.bash
``` ```
```bash
source /opt/ros/${ROS_DISTRO}/setup.bash
```
5. **Install the Universal Robots driver and replace the ur_description package in `/opt/ros/humble/share/` wtth the custom made one from the repository**: 5. **Install the Universal Robots driver and replace the ur_description package in `/opt/ros/humble/share/` wtth the custom made one from the repository**:
```bash ```bash
...@@ -52,8 +49,11 @@ Ensure you have the following installed on your system: ...@@ -52,8 +49,11 @@ Ensure you have the following installed on your system:
```bash ```bash
sudo cp -r ~/robot-sensor/workspaces/COLCON_WS/src/ur_description /opt/ros/${ROS_DISTRO}/share/ sudo cp -r ~/robot-sensor/workspaces/COLCON_WS/src/ur_description /opt/ros/${ROS_DISTRO}/share/
``` ```
```bash
source /opt/ros/${ROS_DISTRO}/setup.bash
```
6. **Now start the ur_robot_driver with the following comand:** 6. **Now start the ur_robot_driver with the following comand:**
Exchange the <IP_from_your_robot> with the actual IP
```bash ```bash
ros2 launch ur_robot_driver ur_control.launch.py ur_type:=ur10 robot_ip:=<IP_from_your_robot> ros2 launch ur_robot_driver ur_control.launch.py ur_type:=ur10 robot_ip:=<IP_from_your_robot>
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment