forked from moveit/moveit_setup_assistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (23 loc) · 1.04 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
<package>
<name>moveit_setup_assistant</name>
<version>0.4.0</version>
<description>
Generates a configuration package that makes it easy to use MoveIt!
</description>
<author email="[email protected]">Dave Coleman</author>
<maintainer email="[email protected]">Ioan Sucan</maintainer>
<maintainer email="[email protected]">Dave Coleman</maintainer>
<license>BSD</license>
<url type="website">http://moveit.ros.org</url>
<url type="bugtracker">https://github.com/ros-planning/moveit_setup_assistant/issues</url>
<url type="repository">https://github.com/ros-planning/moveit_setup_assistant</url>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>moveit_core</build_depend>
<build_depend>moveit_ros_planning</build_depend>
<build_depend>moveit_ros_visualization</build_depend>
<build_depend>yaml-cpp</build_depend>
<run_depend>moveit_core</run_depend>
<run_depend>moveit_ros_planning</run_depend>
<run_depend>moveit_ros_visualization</run_depend>
<run_depend>yaml-cpp</run_depend>
</package>