mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 08:58:29 -04:00
2937fce42f
* Depend on all messages used in ardupilot_sitl * Clarify limitations of wrapping with colcon * Link github issue to support argument passthrough Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
39 lines
1.4 KiB
XML
39 lines
1.4 KiB
XML
<?xml version="1.0"?>
|
|
<?xml-model href="http://download.ros.org/schema/package_format3.xsd"
|
|
schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
<package format="3">
|
|
<name>ardupilot_sitl</name>
|
|
<version>0.0.0</version>
|
|
<description>ArduPlane, ArduCopter, ArduRover, ArduSub source</description>
|
|
<maintainer email="rhys.mainwaring@me.com">maintainer</maintainer>
|
|
<license>GPL-3.0</license>
|
|
|
|
<buildtool_depend>ament_cmake</buildtool_depend>
|
|
<buildtool_depend>ament_cmake_python</buildtool_depend>
|
|
|
|
<exec_depend>ardupilot_msgs</exec_depend>
|
|
<exec_depend>builtin_interfaces</exec_depend>
|
|
<exec_depend>geographic_msgs</exec_depend>
|
|
<exec_depend>geometry_msgs</exec_depend>
|
|
<exec_depend>micro_ros_agent</exec_depend>
|
|
<exec_depend>rosgraph_msgs</exec_depend>
|
|
<exec_depend>sensor_msgs</exec_depend>
|
|
<exec_depend>std_msgs</exec_depend>
|
|
<exec_depend>tf2_msgs</exec_depend>
|
|
|
|
<test_depend>ament_lint_auto</test_depend>
|
|
<test_depend>ament_cmake_black</test_depend>
|
|
<test_depend>ament_cmake_copyright</test_depend>
|
|
<test_depend>ament_cmake_lint_cmake</test_depend>
|
|
<test_depend>ament_cmake_pep257</test_depend>
|
|
<test_depend>ament_cmake_pytest</test_depend>
|
|
<test_depend>ament_cmake_uncrustify</test_depend>
|
|
<test_depend>ament_cmake_xmllint</test_depend>
|
|
|
|
<build_depend>ardupilot_msgs</build_depend>
|
|
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
</export>
|
|
</package>
|