当前位置: 首页 > article >正文

fast lio 2 保存每一帧的点云PCD和里程计矩阵 Odom 在txt文件

修改了源代码的 laserMapping.cpp 文件,替换为下面的代码就可以保存了,注意里面有一个路径,需要修改为你的电脑的路径

      
// This is an advanced implementation of the algorithm 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.

// Modifier: Livox               dev@livoxtech.com

// Copyright 2013, Ji Zhang, Carnegie Mellon University
// Further contributions copyright (c) 2016, Southwest Research Institute
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
//    this list of conditions and the following disclaimer.
// 2. Redistributions in binary form must reproduce the above copyright notice,
//    this list of

http://www.kler.cn/news/136893.html

相关文章:

  • ASIO网络调试助手之四:浅谈QTcpServer性能
  • 【设计模式-原型】
  • 1047. 删除字符串中的所有相邻重复项 栈的用法通俗解释
  • MIT-OC Electrochemical Energy Systems4-7
  • Cilium + ebpf 系列文章- (七)Cilium-LoadBalancer类型的SVC的IPPool
  • 《Linux从小白到高手》综合应用篇:深入理解Linux常用关键内核参数及其调优
  • 深入探索 PaddlePaddle 中的计算图
  • Wireshark的数据包它来啦!
  • 美容仪器经营小程序商城的作用如何
  • Ajax技术
  • Hive安装配置 - 本地模式
  • SpringBoot——静态资源及原理
  • JS,jQuery常用语法记录
  • C语言冒泡排序
  • git 将本地已有的一个项目上传到新建的git仓库的方法
  • 使用activiti部署提示不是 ‘NCName‘ 的有效值
  • Playcanvas后处理-辉光bloom
  • C#入门(10):集合用法介绍
  • 如何利用 AI 写一本书并实现被动收入
  • 盘点35个Python书籍Python爱好者不容错过
  • 在Java代码中指定用JAXB的XmlElement注解的元素的顺序
  • 计时器 Timer(Kotlin Flow)
  • Active Directory 和域名系统(DNS)的相互关系
  • 串口工作流程硬核解析,没有比这更简单的了!
  • html常用的标签
  • 【前端知识】Node——http模块url模块的常用操作