forked from usdot-fhwa-stol/carma-platform
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.xml
48 lines (39 loc) · 1.53 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
<?xml version="1.0"?>
<package format="3">
<name>pure_pursuit_wrapper</name>
<version>4.0.0</version>
<description>The pure_pursuit_wrapper package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">carma</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
<!-- Commonly used license strings: -->
<!-- BSD, MIT, Boost Software License, GPLv2, GPLv3, LGPLv2.1, LGPLv3 -->
<license>Apache 2.0</license>
<author email="[email protected]">carma</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>carma_cmake_common</build_depend>
<build_depend>ament_auto_cmake</build_depend>
<depend>rclcpp</depend>
<depend>carma_ros2_utils</depend>
<depend>rclcpp_components</depend>
<depend>carma_planning_msgs</depend>
<depend>std_msgs</depend>
<depend>autoware_msgs</depend>
<depend>autoware_config_msgs</depend>
<depend>geometry_msgs</depend>
<depend>trajectory_utils_ros2</depend>
<depend>carma_wm_ros2</depend>
<depend>carma_guidance_plugins</depend>
<depend>pure_pursuit</depend>
<depend>motion_testing</depend>
<depend>basic_autonomy_ros2</depend>
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_cmake_gtest</test_depend>
<exec_depend>launch</exec_depend>
<exec_depend>launch_ros</exec_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>