forked from moveit/moveit_msgs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
32 lines (27 loc) · 1.25 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
<package format="2">
<name>moveit_msgs</name>
<version>0.11.2</version>
<description>Messages, services and actions used by MoveIt</description>
<author email="[email protected]">Ioan Sucan</author>
<author email="[email protected]">Sachin Chitta</author>
<maintainer email="[email protected]">Dave Coleman</maintainer>
<maintainer email="[email protected]">Michael Ferguson</maintainer>
<maintainer email="[email protected]">Michael Goerner</maintainer>
<maintainer email="[email protected]">Robert Haschke</maintainer>
<maintainer email="[email protected]">Isaac I. Y. Saito</maintainer>
<license>BSD</license>
<url type="website">http://moveit.ros.org</url>
<url type="bugtracker">https://github.com/ros-planning/moveit_msgs/issues</url>
<url type="repository">https://github.com/ros-planning/moveit_msgs</url>
<buildtool_depend>catkin</buildtool_depend>
<depend>message_generation</depend>
<depend>octomap_msgs</depend>
<depend>actionlib_msgs</depend>
<depend>sensor_msgs</depend>
<depend>geometry_msgs</depend>
<depend>trajectory_msgs</depend>
<depend>shape_msgs</depend>
<depend>object_recognition_msgs</depend>
<depend>std_msgs</depend>
<exec_depend>message_runtime</exec_depend>
</package>