File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
154155RUN \
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 \
You can’t perform that action at this time.
0 commit comments