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 dfc73f4 commit 3c09237Copy full SHA for 3c09237
1 file changed
ros2_debian/Dockerfile.debian12
@@ -170,7 +170,10 @@ RUN \
170
fi && \
171
if [ $ROS_DISTRO = "rolling" ]; then \
172
apt-get update -y -qq && \
173
- apt-get -y install --no-install-recommends liborocos-kdl-dev liborocos-kdl1.5 ;\
+ # we don't want to install all system dependencies for ros2.repos
174
+ # https://github.com/ros2/geometry2/pull/826
175
+ # https://github.com/ros2/launch/pull/817
176
+ apt-get -y install --no-install-recommends liborocos-kdl-dev liborocos-kdl1.5 python3-osrf-pycommon ;\
177
178
# build source, ROS core
179
colcon build \
0 commit comments