forked from curryc/ros2_orbslam3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
36 lines (27 loc) · 1.13 KB
/
package.xml
File metadata and controls
36 lines (27 loc) · 1.13 KB
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
<?xml version="1.0"?>
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>ros2_orbslam3</name>
<version>0.0.1</version>
<description>ROS 2 wrapper for the ORB_SLAM3 library</description>
<maintainer email="alberto.soragna@gmail.com">Alberto Soragna</maintainer>
<license>MIT</license>
<author>Alberto Soragna # curry chen</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<build_depend>rclcpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>cv_bridge</build_depend>
<build_depend>message_filters</build_depend>
<build_depend>Pangolin</build_depend>
<build_depend>rosidl_default_generators</build_depend>
<exec_depend>rclcpp</exec_depend>
<exec_depend>sensor_msgs</exec_depend>
<exec_depend>cv_bridge</exec_depend>
<exec_depend>message_filters</exec_depend>
<exec_depend>Pangolin</exec_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>