File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN apt-get update -y -qq && \
3939 libfmt-dev \
4040 liblttng-ust-dev lttng-tools python3-lttng \
4141 liborocos-kdl1.5 \
42+ liborocos-kdl-dev \
4243 libssl-dev \
4344 libtinyxml-dev \
4445 libtinyxml2-dev \
@@ -155,7 +156,7 @@ RUN vcs import --input https://raw.githubusercontent.com/ros2/ros2/$ROS_DISTRO/r
155156RUN \
156157 : "build ROS core from source" && \
157158 . "$HOME/.cargo/env" && \
158- colcon build \
159+ colcon build \
159160 --mixin release build-testing-off \
160161 --cmake-args --no-warn-unused-cli -DCMAKE_CXX_FLAGS="-Wno-maybe-uninitialized" \
161162 --packages-up-to robot_state_publisher tf2_ros tf2_eigen tf2_kdl tf2_eigen_kdl yaml_cpp_vendor filters \
@@ -164,7 +165,7 @@ RUN \
164165 backward_ros pal_statistics \
165166 ackermann_msgs trajectory_msgs tf2_msgs tf2_geometry_msgs sensor_msgs geometry_msgs nav_msgs \
166167 sdformat_urdf && \
167- # build pinocchio from source
168+ # build pinocchio from source with different cmake args
168169 . install/setup.sh && \
169170 colcon build \
170171 --mixin release build-testing-off \
You can’t perform that action at this time.
0 commit comments