forked from RobotWebTools/rosbridge_suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
51 lines (44 loc) · 1.88 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
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0"?>
<package format="2">
<name>rosbridge_library</name>
<version>0.10.1</version>
<description>
The core rosbridge package, repsonsible for interpreting JSON andperforming
the appropriate ROS action, like subscribe, publish, call service, and
interact with params.
</description>
<license>BSD</license>
<url type="website">http://ros.org/wiki/rosbridge_library</url>
<url type="bugtracker">https://github.com/RobotWebTools/rosbridge_suite/issues</url>
<url type="repository">https://github.com/RobotWebTools/rosbridge_suite</url>
<author email="jonathan.c.mace@gmail.com">Jonathan Mace</author>
<maintainer email="rctoris@wpi.edu">Russell Toris</maintainer>
<maintainer email="jihoonlee.in@gmail.com">Jihoon Lee</maintainer>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>std_msgs</build_depend>
<build_depend>python-imaging</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>message_generation</build_depend>
<build_depend>python-bson</build_depend>
<exec_depend>rospy</exec_depend>
<exec_depend>roscpp</exec_depend>
<exec_depend>rosgraph</exec_depend>
<exec_depend>rosservice</exec_depend>
<exec_depend>rostopic</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>python-imaging</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>message_runtime</exec_depend>
<exec_depend>python-bson</exec_depend>
<test_depend>rostest</test_depend>
<test_depend>actionlib_msgs</test_depend>
<test_depend>diagnostic_msgs</test_depend>
<test_depend>nav_msgs</test_depend>
<test_depend>rospy_tutorials</test_depend>
<test_depend>sensor_msgs</test_depend>
<test_depend>std_srvs</test_depend>
<test_depend>stereo_msgs</test_depend>
<test_depend>tf2_msgs</test_depend>
<test_depend>trajectory_msgs</test_depend>
<test_depend>visualization_msgs</test_depend>
</package>