forked from moveit/moveit_msgs
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.xml
39 lines (31 loc) · 1.4 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
34
35
36
37
38
39
<package format="3">
<name>moveit_msgs</name>
<version>0.10.0</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>ament_cmake</buildtool_depend>
<build_depend>rosidl_default_generators</build_depend>
<depend>octomap_msgs</depend>
<depend>action_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>rosidl_default_runtime</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>