mirror of https://github.com/ArduPilot/ardupilot
24 lines
771 B
XML
24 lines
771 B
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_cmake_pytest</test_depend>
|
|
<test_depend>ament_lint_auto</test_depend>
|
|
<test_depend>ament_lint_common</test_depend>
|
|
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
</export>
|
|
</package>
|