-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.xml
51 lines (45 loc) · 2 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"?>
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>slim_bridge</name>
<version>0.1.0</version>
<description>A slim bridge between ROS 1 and ROS 2</description>
<author email="[email protected]">Kvk Praneeth</author>
<maintainer email="[email protected]">Gaurav Gupta</maintainer>
<maintainer email="[email protected]">Kvk Praneeth</maintainer>
<license>Apache License 2.0</license>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_index_python</buildtool_depend>
<buildtool_depend>python3</buildtool_depend>
<buildtool_depend>python3-catkin-pkg-modules</buildtool_depend>
<buildtool_depend>rosidl_cmake</buildtool_depend>
<buildtool_depend>rosidl_parser</buildtool_depend>
<build_depend>builtin_interfaces</build_depend>
<build_depend>libboost-dev</build_depend>
<build_depend>pkg-config</build_depend>
<build_depend>python3-yaml</build_depend>
<build_depend>rclcpp</build_depend>
<build_depend>rcpputils</build_depend>
<build_depend>rcutils</build_depend>
<build_depend>rmw_implementation_cmake</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf2_msgs</build_depend>
<buildtool_export_depend>pkg-config</buildtool_export_depend>
<exec_depend>builtin_interfaces</exec_depend>
<exec_depend>python3-yaml</exec_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>rcpputils</exec_depend>
<exec_depend>rcutils</exec_depend>
<exec_depend>std_msgs</exec_depend>
<exec_depend>nav_msgs</exec_depend>
<exec_depend>geometry_msgs</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>tf2_msgs</exec_depend>
<group_depend>rosidl_interface_packages</group_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>