Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauch committed Apr 29, 2024
1 parent 5cb2054 commit 1e9955f
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ Skip any of below steps is not applicable.
1. Download the required repositories and install package dependencies:
```
cd $COLCON_WS
git clone [email protected]:UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation.git src/ur_simulation_gz
vcs import src --input src/Universal_Robots_ROS2_Ignition_Simulation/ur_simulation_gz.<ros-distro>.repos
rosdep install --ignore-src --from-paths src -y
cd ..
git clone -b ros2 https://github.com/UniversalRobots/Universal_Robots_ROS2_Ignition_Simulation.git src/ur_simulation_gz
rosdep update && rosdep install --ignore-src --from-paths src -y
```


Expand All @@ -76,10 +74,16 @@ Skip any of below steps is not applicable.
To configure and build workspace execute following commands:
```
cd $COLCON_WS
colcon build --symlink-install --mixin rel-with-deb-info compile-commands ccache
colcon build --symlink-install
```

## Running Executable
First, source your workspace

```
source $COLCON_WS/install/setup.bash
```

```
ros2 launch ur_simulation_gz ur_sim_control.launch.py
```
Expand Down

0 comments on commit 1e9955f

Please sign in to comment.