fastlio2 给 interactive-slam 保存每帧的点云和每帧的里程计为单独的文件做后端回环优化和手动回环优化

为了给 interactive-slam 提供数据做后端回环优化和手动回环优化,需要保存每帧的点云和每帧的里程计为单独的文件,并且需要保存的名字为ros时间戳。

效果很好,比我自己写的手动回环模块好用

// 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,
//

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-04-04 15:10:01       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-04-04 15:10:01       100 阅读
  3. 在Django里面运行非项目文件

    2024-04-04 15:10:01       82 阅读
  4. Python语言-面向对象

    2024-04-04 15:10:01       91 阅读

热门阅读

  1. WPS二次开发系列:WPS SDK初始化

    2024-04-04 15:10:01       43 阅读
  2. HTML中js简单实现石头剪刀布游戏

    2024-04-04 15:10:01       37 阅读
  3. Husky使用简明教程

    2024-04-04 15:10:01       39 阅读
  4. python将visio转换为 PDF 文件

    2024-04-04 15:10:01       31 阅读
  5. 小于电商开放平台-订单线下发货

    2024-04-04 15:10:01       34 阅读
  6. MySQL数据库下载及安装教程(Windows、Linux)

    2024-04-04 15:10:01       40 阅读
  7. 225.队列实现栈

    2024-04-04 15:10:01       31 阅读
  8. Day19.

    2024-04-04 15:10:01       38 阅读