Skip to content

Commit 11cfb39

Browse files
fmauchVinDp
authored andcommitted
Update README
Branch links and build instructions were not correct
1 parent 26d3d4f commit 11cfb39

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Ubuntu 22.04 at the time of writing. However, it is no longer supported.
1616
</tr>
1717
<tr>
1818
<th>Branch</th>
19-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/humble">humble</a></td>
20-
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Description/tree/iron">iron</a></td>
19+
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation/tree/humble">humble</a></td>
20+
<td><a href="https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation/tree/iron">iron</a></td>
2121
</tr>
2222
<tr>
2323
<th>Build status</th>
@@ -58,18 +58,16 @@ Skip any of below steps is not applicable.
5858

5959
1. Download the required repositories and install package dependencies:
6060
```
61-
cd $COLCON_WS
62-
git clone [email protected]:UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation.git src/Universal_Robots_ROS2_Gazebo_Simulation
63-
vcs import src --input src/Universal_Robots_ROS2_Gazebo_Simulation/Universal_Robots_ROS2_Gazebo_Simulation.<ros-distro>.repos
64-
rosdep install --ignore-src --from-paths src -y
65-
cd ..
61+
cd $COLCON_WS/src
62+
git clone https://github.com/UniversalRobots/Universal_Robots_ROS2_Gazebo_Simulation.git
63+
rosdep update && rosdep install --ignore-src --from-paths . -y
6664
```
6765

6866
### Configure and Build Workspace:
6967
To configure and build workspace execute following commands:
7068
```
7169
cd $COLCON_WS
72-
colcon build --symlink-install --mixin rel-with-deb-info compile-commands ccache
70+
colcon build --symlink-install
7371
```
7472

7573
## Running Simulation

0 commit comments

Comments
 (0)