Skip to content

Commit 9db4d3c

Browse files
Revert "Remove manual orocos installation"
This reverts commit 829923f.
1 parent 829923f commit 9db4d3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

ros2_debian/Dockerfile.debian12

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN apt-get update -y -qq && \
3838
libeigen3-dev \
3939
libfmt-dev \
4040
liblttng-ust-dev lttng-tools python3-lttng \
41+
liborocos-kdl1.5 \
4142
libssl-dev \
4243
libtinyxml-dev \
4344
libtinyxml2-dev \
@@ -154,7 +155,7 @@ RUN vcs import --input https://raw.githubusercontent.com/ros2/ros2/$ROS_DISTRO/r
154155
RUN \
155156
: "build ROS core from source" && \
156157
. "$HOME/.cargo/env" && \
157-
colcon build \
158+
colcon build \
158159
--mixin release build-testing-off \
159160
--cmake-args --no-warn-unused-cli -DCMAKE_CXX_FLAGS="-Wno-maybe-uninitialized" \
160161
--packages-up-to robot_state_publisher tf2_ros tf2_eigen tf2_kdl tf2_eigen_kdl yaml_cpp_vendor filters \
@@ -163,7 +164,7 @@ RUN \
163164
backward_ros pal_statistics \
164165
ackermann_msgs trajectory_msgs tf2_msgs tf2_geometry_msgs sensor_msgs geometry_msgs nav_msgs \
165166
sdformat_urdf && \
166-
# build pinocchio from source with different cmake args
167+
# build pinocchio from source
167168
. install/setup.sh && \
168169
colcon build \
169170
--mixin release build-testing-off \

0 commit comments

Comments
 (0)