-
Notifications
You must be signed in to change notification settings - Fork 2
/
package2.xml
32 lines (24 loc) · 967 Bytes
/
package2.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
<?xml version="1.0"?>
<package format="2">
<name>guidance_planner</name>
<version>0.0.0</version>
<description>The guidance_planner package</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="[email protected]">Jane Doe</maintainer> -->
<maintainer email="[email protected]">Oscar de Groot</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>TODO</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>libgsl</build_depend>
<build_depend>libomp-dev</build_depend>
<build_depend>pkg-config</build_depend>
<depend>rclcpp</depend>
<depend>std_msgs</depend>
<depend>ros_tools</depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>