-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.xml
24 lines (20 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
<package>
<name>std_msgs</name>
<version>0.5.13</version>
<description>
Standard ROS Messages including common message types representing primitive data types and other basic message constructs, such as multiarrays.
For common, generic robot-specific message types, please see <a href="http://www.ros.org/wiki/common_msgs">common_msgs</a>.
</description>
<maintainer email="[email protected]">Michel Hidalgo</maintainer>
<license>BSD</license>
<url type="website">http://www.ros.org/wiki/std_msgs</url>
<url type="repository">https://github.com/ros/std_msgs</url>
<url type="bugtracker">https://github.com/ros/std_msgs/issues</url>
<author email="[email protected]">Morgan Quigley</author>
<author email="[email protected]">Ken Conley</author>
<author email="[email protected]">Jeremy Leibs</author>
<author email="[email protected]">Tully Foote</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>message_generation</build_depend>
<run_depend>message_runtime</run_depend>
</package>