Skip to content

Commit

Permalink
Improve package.xml
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <sloretz@google.com>
  • Loading branch information
sloretz committed Mar 28, 2023
1 parent c1ec828 commit 4df83da
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test_discovery/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,19 @@

<buildtool_depend>ament_cmake_ros</buildtool_depend>

<!-- <depend>mininet</depend> TODO this rosdep key -->
<!-- <depend>mininet</depend> TODO make this a rosdep key -->
<depend>rclcpp</depend>
<depend>test_msgs</depend>
<depend>pytest</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
<test_depend>ament_cmake_pytest</test_depend>

<test_depend>test_msgs</test_depend>

<exec_depend>ros2cli</exec_depend>

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

0 comments on commit 4df83da

Please sign in to comment.