We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62abac3 commit 1fd5e45Copy full SHA for 1fd5e45
docker/install_colcon_plugins.sh
@@ -4,7 +4,7 @@ if [ "$ROS_DISTRO" = "humble" ]; then
4
pip install --upgrade pytest
5
pip install \
6
git+https://github.com/colcon/colcon-cargo.git \
7
- git+https://github.com/colcon/colcon-ros-cargo.git
+ git+https://github.com/colcon/colcon-ros-cargo.git
8
else
9
pip install --break-system-packages pytest \
10
0 commit comments