Skip to content

Commit

Permalink
Update README (backport #80) (#81)
Browse files Browse the repository at this point in the history
* Update README

Branch links and build instructions were not correct
* Change branch to clone

---------

Co-authored-by: Felix Exner <exner@fzi.de>
  • Loading branch information
mergify[bot] and fmauch committed Jun 10, 2024
1 parent 7d6ce11 commit 9b4bc12
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ Ubuntu 22.04 at the time of writing. However, it is no longer supported.
</tr>
<tr>
<th>Branch</th>
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/humble">humble</a></td>
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/iron">iron</a></td>
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation/tree/humble">humble</a></td>
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation/tree/iron">iron</a></td>
</tr>
<tr>
<th>Build status</th>
Expand Down Expand Up @@ -58,18 +58,16 @@ Skip any of below steps is not applicable.

1. Download the required repositories and install package dependencies:
```
cd $COLCON_WS
git clone git@github.com:UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation.git src/Universal_Robots_ROS2_Gazebo_Simulation
vcs import src --input src/Universal_Robots_ROS2_Gazebo_Simulation/Universal_Robots_ROS2_Gazebo_Simulation.<ros-distro>.repos
rosdep install --ignore-src --from-paths src -y
cd ..
cd $COLCON_WS/src
git clone -b humble https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation.git
rosdep update && rosdep install --ignore-src --from-paths . -y
```

### Configure and Build Workspace:
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 Simulation
Expand Down

0 comments on commit 9b4bc12

Please sign in to comment.