-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error(s) building from source with ORB SLAM #909
Comments
Changing occurrences of |
Segmentation Fault after building with ORB SLAM3 |
|
use RGBD + Orbslam3 will cause segmentation fault. |
For the stereoCameraModels issue, this has been fixed in #991 |
Hello,
I'm trying to build rtabmap with orb_slam2 in a docker, but I get the following errors when compiling:
GCC VERSION:
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
CMAKE VERSION:
cmake version 3.16.3
EDIT: @matlabbe It appears, from
SensorData.h
that it only has the memberscameraModels()
, andstereoCameraModels()
in https://github.com/introlab/rtabmap/blob/master/corelib/include/rtabmap/core/SensorData.h#L236The text was updated successfully, but these errors were encountered: