博客
关于我
Cartographer建图问题
阅读量:587 次
发布时间:2019-03-11

本文共 599 字,大约阅读时间需要 1 分钟。

目前配备的是一台16线激光雷达,在进行房间建图时遇到了一些问题,目前尚未完全解决。下面是目前了解到的解决方案以及相关配置方法,希望能为大家提供一定帮助。

问题描述:

  • 启动激光雷达
  • 将激光雷达3D点云数据转换为2D laser scan数据类型
  • 启动cartographer包中的roslaunch cartographer_ros agv_2d.launch
  • ###Cartographer配置:通过配置文件中的参数设置,确保激光雷达能够正常工作。通常是将仿真时间参数去除或注释,避免与硬件同步引起的冲突。

    ###错误处理:在终端输出中可能会出现以下类型的问题:<node name="Cartographer_ROI" pkg="cartographer_ros" type="Cartographer_ROI" />遇到此问题,可能需要检查配置文件中是否有多余的参数设置,例如<arg name="time_synchronization" default="false" />,可以尝试删除或注释该参数。

    对于经常修改cartographer包中的任何文件,建议在确认文件修改完毕后重新编译项目,以确保配置有效生效。

    通过以上步骤,可以逐步解决激光雷达建图过程中遇到的问题。如果仍然存在其他异常情况,请务必检查激光雷达与机器人系统的代码是否满足最新版本兼容条件,并确保硬件设备与软件版本匹配。

    转载地址:http://fmntz.baihongyu.com/

    你可能感兴趣的文章
    npm安装crypto-js 如何安装crypto-js, python爬虫安装加解密插件 找不到模块crypto-js python报错解决丢失crypto-js模块
    查看>>
    npm安装教程
    查看>>
    npm报错Cannot find module ‘webpack‘ Require stack
    查看>>
    npm报错Failed at the node-sass@4.14.1 postinstall script
    查看>>
    npm报错fatal: Could not read from remote repository
    查看>>
    npm报错File to import not found or unreadable: @/assets/styles/global.scss.
    查看>>
    npm报错TypeError: this.getOptions is not a function
    查看>>
    npm报错unable to access ‘https://github.com/sohee-lee7/Squire.git/‘
    查看>>
    npm淘宝镜像过期npm ERR! request to https://registry.npm.taobao.org/vuex failed, reason: certificate has ex
    查看>>
    npm版本过高问题
    查看>>
    npm的“--force“和“--legacy-peer-deps“参数
    查看>>
    npm的安装和更新---npm工作笔记002
    查看>>
    npm的常用操作---npm工作笔记003
    查看>>
    npm的常用配置项---npm工作笔记004
    查看>>
    npm的问题:config global `--global`, `--local` are deprecated. Use `--location=global` instead 的解决办法
    查看>>
    npm编译报错You may need an additional loader to handle the result of these loaders
    查看>>
    npm设置淘宝镜像、升级等
    查看>>
    npm设置源地址,npm官方地址
    查看>>
    npm设置镜像如淘宝:http://npm.taobao.org/
    查看>>
    npm配置安装最新淘宝镜像,旧镜像会errror
    查看>>