You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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:
The text was updated successfully, but these errors were encountered:
/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:
The text was updated successfully, but these errors were encountered: