Skip to content

Commit

Permalink
Build example_interfaces (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Oct 29, 2024
1 parent dbc57d5 commit 27703a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.debian11
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ RUN colcon \
--cmake-args --no-warn-unused-cli \
--packages-up-to robot_state_publisher tf2_ros tf2_eigen tf2_kdl tf2_eigen_kdl yaml_cpp_vendor filters \
ros2param ros2interface ros2topic ros2action ros2lifecycle ros2launch ros2run \
xacro diagnostic_updater backward_ros generate_parameter_library angles \
xacro diagnostic_updater backward_ros generate_parameter_library angles example_interfaces \
ackermann_msgs trajectory_msgs tf2_msgs tf2_geometry_msgs sensor_msgs geometry_msgs nav_msgs && \
rm -rf log src build

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.debian12
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ RUN colcon \
--cmake-args --no-warn-unused-cli \
--packages-up-to robot_state_publisher tf2_ros tf2_eigen tf2_kdl tf2_eigen_kdl yaml_cpp_vendor filters \
ros2param ros2interface ros2topic ros2action ros2lifecycle ros2launch ros2run \
xacro diagnostic_updater backward_ros generate_parameter_library angles \
xacro diagnostic_updater backward_ros generate_parameter_library angles example_interfaces \
ackermann_msgs trajectory_msgs tf2_msgs tf2_geometry_msgs sensor_msgs geometry_msgs nav_msgs && \
rm -rf log src build

Expand Down

0 comments on commit 27703a1

Please sign in to comment.