-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.xml
26 lines (22 loc) · 946 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
<package>
<name>pr2_mechanism_msgs</name>
<version>1.8.2</version>
<description>
This package defines services that are used to communicate with
the realtime control loop. It also defines messages
that represent the state of the realtime controllers, the joints
and the actuators.
</description>
<maintainer email="[email protected]">ROS Orphaned Package Maintainers</maintainer>
<license>BSD</license>
<url>http://ros.org/wiki/pr2_mechanism_msgs</url>
<author email="[email protected]">Stuart Glaser</author>
<author email="[email protected]">Wim Meeussen</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>actionlib_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>std_msgs</build_depend>
<run_depend>actionlib_msgs</run_depend>
<run_depend>message_runtime</run_depend>
<run_depend>std_msgs</run_depend>
</package>