系统相关
首页 > 系统相关> > [学习笔记-SLAM篇]ubuntu18.04配置ORB-SLAM3纠错篇

[学习笔记-SLAM篇]ubuntu18.04配置ORB-SLAM3纠错篇

作者:互联网

配置方法参考:
https://blog.csdn.net/jihaoweizzz/article/details/109824857


下述问题均为执行./build.sh时出现的报错。

1. LocalMapping.cc:628:49: error: no match for ‘operator/’

ORB_SLAM3/src/LocalMapping.cc:628:49: error: no match for ‘operator/’ (operand types are ‘cv::Matx<float, 3, 1>’ and ‘float’) x3D = x3D_h.get_minor<3,1>(0,0) / x3D_h(3);

似曾相识的报错,参考以前的博客,指路https://blog.csdn.net/warningm_dm/article/details/118361259

2. ORB_SLAM3/src/CameraModels/KannalaBrandt8.cpp:534:41: error: no match for ‘operator/’ (operand types are ‘cv::Matx<float, 3, 1>’ and ‘float’)

同上。

标签:no,SLAM3,SLAM,x3D,error,operator,ubuntu18.04,match
来源: https://blog.csdn.net/warningm_dm/article/details/120639871