mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 23:48:31 -04:00
61e2c5fda1
* Removed dependency on ament_lint_common * Removed all flake8 artifacts * Ordered linters alphabetically Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
30 lines
1.0 KiB
XML
30 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>
|
|
|
|
|
|
<export>
|
|
<build_type>ament_cmake</build_type>
|
|
</export>
|
|
</package>
|