1 Star 0 Fork 0

AxIMMS_ROS / loam_velodyne

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.xml 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Ed Venator 提交于 2016-05-05 09:33 . Update package.xml.
<?xml version="1.0"?>
<package>
<name>loam_velodyne</name>
<version>0.0.0</version>
<description>
This is a ROS implementation of LOAM for Velodyne multiplane laser scanners.
LOAM is described in the following paper:
J. Zhang and S. Singh. LOAM: Lidar Odometry and Mapping in Real-time.
Robotics: Science and Systems Conference (RSS). Berkeley, CA, July 2014.
</description>
<maintainer email="evenator@swri.org">Ed Venator</maintainer>
<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>sensor_msgs</build_depend>
<build_depend>tf</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>tf</run_depend>
<test_depend>rostest</test_depend>
<test_depend>rosbag</test_depend>
<export>
</export>
</package>
1
https://gitee.com/IMMS_ROS/loam_velodyne.git
git@gitee.com:IMMS_ROS/loam_velodyne.git
IMMS_ROS
loam_velodyne
loam_velodyne
master

搜索帮助