Tools: ROS2 add missing runtime dependency for running ardupilot_sitl

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-09-05 22:26:41 -06:00 committed by Peter Barker
parent 8a1fa0e096
commit fc924857d3

View File

@ -11,6 +11,8 @@
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_python</buildtool_depend>
<exec_depend>micro_ros_agent</exec_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>