File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -159,9 +159,9 @@ binary package installation unless you want to join development and submit chang
159159 the main branch. Therefore you might not find a dedicated branch for a recent ROS2 version. In
160160 that case, please use the ` main ` branch.
161161
162- 2 . Make sure that ` colcon ` , its extensions and ` vcs ` are installed:
162+ 2 . Make sure that ` colcon ` and its extensions are installed:
163163 ```
164- sudo apt install python3-colcon-common-extensions python3-vcstool
164+ sudo apt install python3-colcon-common-extensions
165165 ```
166166
1671673 . Create a new ROS2 workspace:
@@ -173,10 +173,9 @@ binary package installation unless you want to join development and submit chang
1731734 . Pull relevant packages, install dependencies, compile, and source the workspace by using:
174174 ```
175175 cd $COLCON_WS
176- git clone https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver.git src/Universal_Robots_ROS2_Driver
177- vcs import src --skip-existing --input src/Universal_Robots_ROS2_Driver/Universal_Robots_ROS2_Driver-not-released.${ROS_DISTRO}.repos
176+ git clone -b galactic https://github.com/UniversalRobots/Universal_Robots_ROS2_Driver.git src/Universal_Robots_ROS2_Driver
178177 rosdep update
179- rosdep install --ignore-src --from-paths src -y -r
178+ rosdep install --ignore-src --from-paths src -y
180179 colcon build --cmake-args -DCMAKE_BUILD_TYPE=Release
181180 source install/setup.bash
182181 ```
You can’t perform that action at this time.
0 commit comments