forked from WHOIGit/orca4
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
37 lines (27 loc) · 1.21 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?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>orca_bringup</name>
<version>0.5.0</version>
<description>Launch scripts</description>
<maintainer email="[email protected]">Clyde McQueen</maintainer>
<license>MIT</license>
<url type="repository">https://github.com/clydemcqueen/orca4.git</url>
<url type="bugtracker">https://github.com/clydemcqueen/orca4/issues</url>
<author>Clyde McQueen</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<exec_depend>nav2_bringup</exec_depend>
<exec_depend>mavros</exec_depend>
<exec_depend>mavros_extras</exec_depend>
<!-- These are required to run, but I don't want to build them in the CI -->
<!-- Ideally I would be able to install & use released versions -->
<!--<exec_depend>ros_gz_bridge</exec_depend>-->
<!--<exec_depend>ros_gz_image</exec_depend>-->
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_copyright</test_depend>
<test_depend>ament_cmake_lint_cmake</test_depend>
<test_depend>ament_cmake_xmllint</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>