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 ce55055 commit 62abac3Copy full SHA for 62abac3
docker/install_colcon_plugins.sh
@@ -2,7 +2,11 @@
2
3
if [ "$ROS_DISTRO" = "humble" ]; then
4
pip install --upgrade pytest
5
- pip install colcon-ros-cargo
+ pip install \
6
+ git+https://github.com/colcon/colcon-cargo.git \
7
+ git+https://github.com/colcon/colcon-ros-cargo.git
8
else
- pip install --break-system-packages pytest colcon-ros-cargo
9
+ pip install --break-system-packages pytest \
10
11
12
fi
0 commit comments