forked from RobotWebTools/rosbridge_suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
30 lines (24 loc) · 1014 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
27
28
29
30
<?xml version="1.0"?>
<package>
<name>rosapi</name>
<version>0.7.17</version>
<description>
Provides service calls for getting ros meta-information, like list of
topics, services, params, etc.
</description>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rosapi</url>
<url type="bugtracker">https://github.com/RobotWebTools/rosbridge_suite/issues</url>
<url type="repository">https://github.com/RobotWebTools/rosbridge_suite</url>
<author email="[email protected]">Jonathan Mace</author>
<maintainer email="[email protected]">Russell Toris</maintainer>
<maintainer email="[email protected]">Jihoon Lee</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>rospy</build_depend>
<build_depend>message_generation</build_depend>
<run_depend>rosbridge_library</run_depend>
<run_depend>rospy</run_depend>
<run_depend>rosnode</run_depend>
<run_depend>rosgraph</run_depend>
<run_depend>message_runtime</run_depend>
</package>