forked from RobotWebTools/rosbridge_suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
29 lines (23 loc) · 998 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
<?xml version="1.0"?>
<package format="2">
<name>rosapi</name>
<version>0.11.1</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>message_generation</build_depend>
<exec_depend>rosbridge_library</exec_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>rosnode</exec_depend>
<exec_depend>rosgraph</exec_depend>
<exec_depend>message_runtime</exec_depend>
</package>