mirror of https://github.com/ArduPilot/ardupilot
31 lines
1.0 KiB
XML
31 lines
1.0 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>micro_ros_agent</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>
|