Skip to content

Commit 3c09237

Browse files
Also install python3-osrf-pycommon (#519)
1 parent dfc73f4 commit 3c09237

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ros2_debian/Dockerfile.debian12

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,10 @@ RUN \
170170
fi && \
171171
if [ $ROS_DISTRO = "rolling" ]; then \
172172
apt-get update -y -qq && \
173-
apt-get -y install --no-install-recommends liborocos-kdl-dev liborocos-kdl1.5 ;\
173+
# 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 ;\
174177
fi && \
175178
# build source, ROS core
176179
colcon build \

0 commit comments

Comments
 (0)