ROS SLAM功能包应用方法–cartographer

胡春旭ros学习视频
6.机器人SLAM与自主导航
ROS SLAM功能包应用方法--cartographer
执行 rlaunch cartographer_ros cartographer_demo_rplidar.launch 命令时,会在终端报以下的错:
[FATAL] [1597906571.544697067, 2441.579000000]: F0820 14:56:11.000000 8188 map_by_time.h:43] Check failed: data.time > std::prev(trajectory.end())->first (621355992414490000 vs. 621355992414490000)
ROS SLAM功能包应用方法--cartographer
解决的办法如下:
将odometry_sampling_ratio = 1 改成 0.3.
即可ROS SLAM功能包应用方法--cartographer

相关文章:

  • 2022-01-11
  • 2021-10-08
  • 2021-12-04
  • 2021-10-26
  • 2022-12-23
  • 2021-04-23
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2021-08-28
  • 2021-06-19
  • 2021-10-17
  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
相关资源
相似解决方案