forked from RobotWebTools/rosbridge_suite
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.xml
52 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
52
<?xml version="1.0"?>
<package format="3">
<name>rosbridge_library</name>
<version>1.3.2</version>
<description>
The core rosbridge package, responsible 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="[email protected]">Jonathan Mace</author>
<maintainer email="[email protected]">Jihoon Lee</maintainer>
<maintainer email="[email protected]">Foxglove</maintainer>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<build_depend>python3-pil</build_depend>
<build_depend>python3-bson</build_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>python3-pil</exec_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<exec_depend>python3-bson</exec_depend>
<test_depend>rosbridge_test_msgs</test_depend>
<test_depend>actionlib_msgs</test_depend>
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>builtin_interfaces</test_depend>
<test_depend>diagnostic_msgs</test_depend>
<test_depend>example_interfaces</test_depend>
<test_depend>control_msgs</test_depend>
<test_depend>geometry_msgs</test_depend>
<test_depend>nav_msgs</test_depend>
<test_depend>sensor_msgs</test_depend>
<test_depend>std_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>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>