工程(十七)——自己数据集跑R2live

博主创建了一个科研互助群Q:772356582,欢迎大家加入讨论。

r2live是比较早的算法,编译过程有很多问题,通过以下两个博客可以解决

编译R2LIVE问题&解决方法-CSDN博客

r2live process has died 问题解决了_required process [r3live_mapping-3] has died!-CSDN博客

我这里给出修改过的代码地址,不用修改直接编译

git@github.com:huashu996/r2live_ubuntu20.04.git

一、基础环境

  • Ubuntu20.04
  • ROS noetic
  • Ceres Solver
  • livox_ros_driver 

二、编译

    cd ~/catkin_ws/src
    git clone https://github.com/hku-mars/r2live.git
    git clone https://github.com/Livox-SDK/livox_ros_driver.git
    cd ../
    catkin_make
    source ~/catkin_ws/devel/setup.bash

三、运行

roslaunch r2live demo.launch
rosbag play YOUR_DOWNLOADED.bag

四、运行自己数据集

关于固态激光雷达和相机的数据集如何建立见之前跑r3live的博客

工程(十三)——从零用自己数据跑R3LIVE_r3live跑自己的数据-CSDN博客

 下面只讲改哪些部分

1.r2live/src/r2live/config/filr_cam.yaml

2.r2live/src/r2live/r2live/launch/seu.launch

相关推荐

最近更新

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

    2023-12-31 04:30:06       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-31 04:30:06       101 阅读
  3. 在Django里面运行非项目文件

    2023-12-31 04:30:06       82 阅读
  4. Python语言-面向对象

    2023-12-31 04:30:06       91 阅读

热门阅读

  1. 8578 顺序表逆置

    2023-12-31 04:30:06       47 阅读
  2. B3853:等式判断 ← 选择结构

    2023-12-31 04:30:06       55 阅读
  3. 循环业务异常外部处理导致的问题

    2023-12-31 04:30:06       57 阅读
  4. golang第四卷---结构体

    2023-12-31 04:30:06       63 阅读
  5. vue中父子组件传值

    2023-12-31 04:30:06       58 阅读
  6. 运维工程师的出路到底在哪里?

    2023-12-31 04:30:06       61 阅读