File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff 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
59591 . Download the required repositories and install package dependencies:
6060 ```
61- cd $COLCON_WS
62- git clone git@github.com: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 -b humble 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:
6967To 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
You can’t perform that action at this time.
0 commit comments