Skip to content

Commit

Permalink
Some images don't build correctly with the rosidl_packages_interface
Browse files Browse the repository at this point in the history
group depend. Make this dependent on an env variable which needs to
be set in order to pull that group in.
  • Loading branch information
jprestwo committed May 29, 2024
1 parent 1243889 commit 225a8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<test_depend>ros2run</test_depend>
<test_depend>sensor_msgs</test_depend>

<group_depend>rosidl_interface_packages</group_depend>
<group_depend condition="$ROSIDL_INTERFACE_PACKAGES == true">rosidl_interface_packages</group_depend>

<export>
<build_type>ament_cmake</build_type>
Expand Down

0 comments on commit 225a8a8

Please sign in to comment.