Skip to content

Commit

Permalink
Declare all dependencies in package.xml
Browse files Browse the repository at this point in the history
Didn't give issues (yet) but better to be explicit.
  • Loading branch information
Arne Baeyens committed Dec 1, 2024
1 parent f76781a commit bf64d06
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/app/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@
<test_depend>pytest</test_depend>
<!-- integration tests -->
<test_depend>ament_cmake_ros</test_depend>
<test_depend>launch</test_depend>
<test_depend>launch_ros</test_depend>
<test_depend>launch_testing</test_depend>
<test_depend>launch_testing_ament_cmake</test_depend>
<test_depend>ros_testing</test_depend>
<test_depend>rclpy</test_depend>
<test_depend>turtlesim</test_depend>

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

0 comments on commit bf64d06

Please sign in to comment.