-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.xml
33 lines (25 loc) · 1.09 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
<?xml version="1.0"?>
<package>
<name>moveit_topp</name>
<version>0.0.1</version>
<description>Wrapper for Time-Optimal Path Parameterization</description>
<maintainer email="davetcoleman@gmail.com">Dave Coleman</maintainer>
<license>BSD</license>
<url type="website">https://github.com/davetcoleman/moveit_topp</url>
<url type="butracker">https://github.com/davetcoleman/moveit_topp/issues</url>
<url type="repository">https://github.com/davetcoleman/moveit_topp/</url>
<author email="davetcoleman@gmail.com">Dave Coleman</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>roscpp</build_depend>
<build_depend>roslint</build_depend>
<build_depend>eigen</build_depend>
<build_depend>cmake_modules</build_depend>
<build_depend>rosparam_shortcuts</build_depend>
<build_depend>moveit_msgs</build_depend>
<build_depend>moveit_ros_planning</build_depend>
<run_depend>roscpp</run_depend>
<run_depend>roslint</run_depend>
<run_depend>eigen</run_depend>
<run_depend>rosparam_shortcuts</run_depend>
<run_depend>moveit_ros_planning</run_depend>
</package>