-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
29 lines (23 loc) · 934 Bytes
/
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
<?xml version="1.0"?>
<package>
<name>motion_primitive_tree</name>
<version>0.0.0</version>
<description>The motion_primitive_tree package</description>
<maintainer email="[email protected]">Xuning Yang</maintainer>
<license>TODO</license>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>cpp_utils</build_depend>
<build_depend>ros_utils</build_depend>
<build_depend>collision_checker</build_depend>
<build_depend>dynamic_reconfigure</build_depend>
<build_depend>forward_arc_primitives</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>trajectory_utils</build_depend>
<run_depend>cpp_utils</run_depend>
<run_depend>ros_utils</run_depend>
<run_depend>collision_checker</run_depend>
<run_depend>dynamic_reconfigure</run_depend>
<run_depend>forward_arc_primitives</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>trajectory_utils</run_depend>
</package>