-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.xml
More file actions
37 lines (30 loc) · 1.1 KB
/
Copy pathpackage.xml
File metadata and controls
37 lines (30 loc) · 1.1 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
37
<?xml version="1.0"?>
<package format="3">
<name>hybrid_voxel_map</name>
<version>1.0.0</version>
<description>LiDAR odometry and hybrid voxel map localization for ROS 2 Humble.</description>
<maintainer email="fuzhang@hku.hk">Fu Zhang</maintainer>
<license>BSD</license>
<author email="ycj1@connect.hku.hk">Chongjian Yuan</author>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>rosidl_default_generators</buildtool_depend>
<depend>rclcpp</depend>
<depend>geometry_msgs</depend>
<depend>nav_msgs</depend>
<depend>sensor_msgs</depend>
<depend>std_msgs</depend>
<depend>visualization_msgs</depend>
<depend>pcl_conversions</depend>
<depend>tf2</depend>
<depend>tf2_geometry_msgs</depend>
<depend>tf2_ros</depend>
<build_depend>rosidl_default_runtime</build_depend>
<exec_depend>rosidl_default_runtime</exec_depend>
<exec_depend>rclpy</exec_depend>
<exec_depend>python3-numpy</exec_depend>
<exec_depend>rviz2</exec_depend>
<member_of_group>rosidl_interface_packages</member_of_group>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>