Skip to content

Commit

Permalink
Trying to exclude auto package finding for ROS 2 on wrangler builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrton04 committed May 14, 2024
1 parent 1243889 commit 627ef10
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="$RELEASE_FLAVOUR != 'wrangler'">rosidl_interface_packages</group_depend>

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

0 comments on commit 627ef10

Please sign in to comment.