forked from clydemcqueen/orca4
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.xml
53 lines (42 loc) · 1.74 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<?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_base</name>
<version>0.5.0</version>
<description>Orca controller</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>
<test_depend>ament_lint_auto</test_depend>
<!-- This recursively depends on a set of common linters -->
<test_depend>ament_lint_common</test_depend>
<!-- Ament uses these linters, turn them on/off one by one to debug: -->
<!-- <test_depend>ament_cmake_copyright</test_depend>-->
<!-- <test_depend>ament_cmake_cppcheck</test_depend>-->
<!-- <test_depend>ament_cmake_cpplint</test_depend>-->
<!-- <test_depend>ament_cmake_flake8</test_depend>-->
<!-- <test_depend>ament_cmake_lint_cmake</test_depend>-->
<!-- <test_depend>ament_cmake_pep257</test_depend>-->
<!-- <test_depend>ament_cmake_uncrustify</test_depend>-->
<!-- <test_depend>ament_cmake_xmllint</test_depend>-->
<depend>camera_info_manager</depend>
<depend>geographic_msgs</depend>
<depend>geometry_msgs</depend>
<depend>mavros_msgs</depend>
<depend>nav_msgs</depend>
<depend>nav2_util</depend>
<depend>orca_msgs</depend>
<depend>orca_shared</depend>
<depend>rclcpp</depend>
<depend>ros2_shared</depend>
<depend>std_srvs</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>