Skip to content

Commit 41e3e2c

Browse files
Remove vcstool instruction for galactic (#423)
* Remove vcstool instruction for galactic * Fix branch of driver repo Co-authored-by: RobertWilbrandt <[email protected]>
1 parent 1657bd7 commit 41e3e2c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff 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

167167
3. Create a new ROS2 workspace:
@@ -173,10 +173,9 @@ binary package installation unless you want to join development and submit chang
173173
4. 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
```

0 commit comments

Comments
 (0)