Robotics: Science

http://courses.csail.mit.edu/6.141/spring2014/pub/

Announcements

    Acknowledgements

    • We are grateful to the Dean of Engineering and the School of Engineering for their award of Educational Innovation funds in support of RSS.

    • We are grateful to Sun Microsystems for their donation of 10 Sun 1100Z Workstations and flat-panel displays for use in RSS!

    • We are grateful to the d'Arbeloff Foundation for its award of financial resources to support the development, assessment, and export to other schools of RSS.

    • We are grateful to Intel Corporation for their donation of powerful Latitude D620 notebook computers and for their financial support for other equipment used in RSS.

    Thank you!
    以下是 `fast_lio` 包的 `package.xml` 文件详细注释: ```xml <?xml version="1.0"?> <!-- ROS1格式的包定义文件 --> <package> <!-- 基础元数据 --> <name>fast_lio</name> <!-- 激光雷达SLAM算法包 --> <version>0.0.0</version> <!-- 开发中版本号 --> <!-- 详细算法描述 --> <description> This is a modified version of LOAM which is original algorithm 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="dev@livoxtech.com">claydergc</maintainer> <!-- Livox开发者维护 --> <!-- 许可证 --> <license>BSD</license> <!-- 开源BSD许可证 --> <!-- 原始算法作者 --> <author email="zhangji@cmu.edu">Ji Zhang</author> <!-- 论文作者信息 --> <!-- 构建系统依赖 --> <buildtool_depend>catkin</buildtool_depend> <!-- ROS1标准构建系统 --> <!-- 编译时依赖 --> <build_depend>geometry_msgs</build_depend> <!-- 几何消息类型 --> <build_depend>nav_msgs</build_depend> <!-- 导航消息类型 --> <build_depend>roscpp</build_depend> <!-- ROS C++接口 --> <build_depend>rospy</build_depend> <!-- ROS Python接口 --> <build_depend>std_msgs</build_depend> <!-- 标准消息类型 --> <build_depend>sensor_msgs</build_depend> <!-- 传感器消息类型 --> <build_depend>tf</build_depend> <!-- 坐标变换库 --> <build_depend>pcl_ros</build_depend> <!-- PCL点云ROS接口 --> <build_depend>livox_ros_driver2</build_depend> <!-- Livox雷达驱动 --> <build_depend>message_generation</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> <run_depend>pcl_ros</run_depend> <run_depend>livox_ros_driver2</run_depend> <run_depend>message_runtime</run_depend> <!-- 消息运行时支持 --> <!-- 测试依赖 --> <test_depend>rostest</test_depend> <!-- ROS测试框架 --> <test_depend>rosbag</test_depend> <!-- 数据记录工具 --> <!-- 空导出配置 --> <export> <!-- 可添加插件或接口声明 --> </export> </package> ``` 关键特征说明: 1. **LOAM算法改进版**:基于经典激光SLAM算法LOAM的改进实现 2. **Livox雷达专用**:强依赖livox_ros_driver2驱动 3. **完整ROS1生态**: - 标准消息类型(geometry_msgs/nav_msgs等) - TF坐标变换支持 - PCL点云处理 4. **开发阶段标识**:版本号0.0.0表示活跃开发中 5. **学术传承**:明确引用原始论文作者信息
    评论
    添加红包

    请填写红包祝福语或标题

    红包个数最小为10个

    红包金额最低5元

    当前余额3.43前往充值 >
    需支付:10.00
    成就一亿技术人!
    领取后你会自动成为博主和红包主的粉丝 规则
    hope_wisdom
    发出的红包
    实付
    使用余额支付
    点击重新获取
    扫码支付
    钱包余额 0

    抵扣说明:

    1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
    2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

    余额充值