Skip to content
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 in building ORB-SLAM3 due to sophus #901

Open
wardazahra opened this issue May 30, 2024 · 0 comments
Open

error in building ORB-SLAM3 due to sophus #901

wardazahra opened this issue May 30, 2024 · 0 comments

Comments

@wardazahra
Copy link

wardazahra commented May 30, 2024

/home/t2508/Dev/ORB_SLAM3/src/System.cc:1250:19: error: no match for ‘operator*’ (operand types are ‘Sophus::SE3f {aka Sophus::SE3}’ and ‘Sophus::SE3f {aka Sophus::SE3}’)
Trw = Trw * pKF->GetPose() * Tow;
~~~~^~~~~~~~~~~~~~~~
In file included from /home/t2508/Dev/ORB_SLAM3/Thirdparty/Sophus/sophus/geometry.hpp:8:0,
from /home/t2508/Dev/ORB_SLAM3/include/Frame.h:28,
from /home/t2508/Dev/ORB_SLAM3/include/KeyFrame.h:28,
from /home/t2508/Dev/ORB_SLAM3/include/MapPoint.h:23,
from /home/t2508/Dev/ORB_SLAM3/include/FrameDrawer.h:24,
from /home/t2508/Dev/ORB_SLAM3/include/Viewer.h:23,
from /home/t2508/Dev/ORB_SLAM3/include/Tracking.h:26,
from /home/t2508/Dev/ORB_SLAM3/include/System.h:31,
from /home/t2508/Dev/ORB_SLAM3/src/System.cc:21:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant