随笔分类 -  ORB_SLAM3

摘要:Local Mapping STOP *** Error in `/home/xxx/Desktop/ORB_SLAM3/Examples/ROS/ORB_SLAM3/Stereo': free(): invalid next size (normal): 0x00007f33a0cae9e0 ** 阅读全文
posted @ 2021-04-26 15:16 CrazyJhq 阅读(161) 评论(0) 推荐(0)
摘要:ORB_SLAM3运行./build_ros.sh后,出现: Building ROS nodes mkdir: 无法创建目录"build": 文件已存在 [rosbuild] Building package ORB_SLAM3 [rosbuild] Error from directory ch 阅读全文
posted @ 2021-04-25 16:01 CrazyJhq 阅读(2070) 评论(0) 推荐(0)
摘要:原因在于自己运行测试数据集时,命令写为了 ./Examples/Monocular/mono_euroc ./Vocabulary/ORBvoc.txt ./Examples/Monocular/EuRoC.yaml /Datasets/EuRoC/MH01 ./Examples/Monocular 阅读全文
posted @ 2021-04-25 15:27 CrazyJhq 阅读(4867) 评论(0) 推荐(0)
摘要:orb-slam3执行完./build_ros.sh后出现CMake Error at /opt/ros/kinetic/share/ros/core/rosbuild/private.cmake:102 原因是:~/.bashrc设置的ROS_PACKAGE_PATH没有起作用。 解决方案: 1, 阅读全文
posted @ 2021-04-15 20:12 CrazyJhq 阅读(1446) 评论(0) 推荐(0)