-
Notifications
You must be signed in to change notification settings - Fork 519
/
package.xml
47 lines (40 loc) · 1.55 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
<?xml version="1.0"?>
<package format="3">
<name>rosapi</name>
<version>2.1.0</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]">Jihoon Lee</maintainer>
<maintainer email="[email protected]">Foxglove</maintainer>
<buildtool_depend>ament_cmake_ros</buildtool_depend>
<exec_depend>rosapi_msgs</exec_depend>
<exec_depend>builtin_interfaces</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>rcl_interfaces</exec_depend>
<exec_depend>rosbridge_library</exec_depend>
<exec_depend>ros2node</exec_depend>
<exec_depend>ros2param</exec_depend>
<exec_depend>ros2pkg</exec_depend>
<exec_depend>ros2service</exec_depend>
<exec_depend>ros2topic</exec_depend>
<!--
<exec_depend>rosnode</exec_depend>
<exec_depend>rosgraph</exec_depend>
-->
<test_depend>ament_cmake_pytest</test_depend>
<test_depend>sensor_msgs</test_depend>
<test_depend>shape_msgs</test_depend>
<test_depend>geometry_msgs</test_depend>
<test_depend>rmw_dds_common</test_depend>
<export>
<build_type>ament_cmake</build_type>
<ros1_bridge mapping_rules="mapping_rules.yaml"/>
</export>
</package>