oh_my_loam/examples/package.xml

40 lines
1.0 KiB
XML
Raw Normal View History

2020-10-12 21:09:32 +08:00
<?xml version="1.0"?>
<package>
<name>oh_my_loam</name>
<version>0.0.0</version>
<description>
2021-03-10 16:16:57 +08:00
A ROS-free implementation of LOAM.
2020-10-12 21:09:32 +08:00
</description>
2021-03-11 17:09:21 +08:00
<maintainer email="xxxxx@xxx.com">feixyz</maintainer>
2020-10-12 21:09:32 +08:00
<license>BSD</license>
<author email="zhangji@cmu.edu">Ji Zhang</author>
<buildtool_depend>catkin</buildtool_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>nav_msgs</build_depend>
<build_depend>roscpp</build_depend>
<build_depend>rospy</build_depend>
<build_depend>std_msgs</build_depend>
<build_depend>rosbag</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>tf</build_depend>
<build_depend>image_transport</build_depend>
<run_depend>geometry_msgs</run_depend>
<run_depend>nav_msgs</run_depend>
<run_depend>sensor_msgs</run_depend>
<run_depend>roscpp</run_depend>
<run_depend>rospy</run_depend>
<run_depend>std_msgs</run_depend>
<run_depend>rosbag</run_depend>
<run_depend>tf</run_depend>
<run_depend>image_transport</run_depend>
<export>
</export>
</package>