Replies: 1 comment
-
Side-note: I got the ORB-SLAM2 AR viewer example working using ORB2-SLAM (I modified the code, so it can run without ROS) - And using ORB2-SLAM as visual SLAM engine, the cubes are fixed at their locations... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Wouldn't it be nice to add an augmented reality (AR) viewer to OpenVSLAM? :-)
I'm trying to add an augmented reality (AR) viewer to OpenVSLAM based on an AR viewer example found in ORB_SLAM2.
The general approach is:
To make the code reproducable (and not getting into bugs due to wrong hardware/calibration setup etc.), I'm using EuroC dataset ('MH_01_easy'), stereo config ('EuRoC_stereo.yaml') and example ('run_euroc_slam.cc'). To run the AR viewer, copy 'viewer_ar.cc/.h' into folder 'pangolin_viewer' and replace 'viewer' class by 'viewerAR' class in 'run_euroc_slam.cc'.
Now my problem: All points above seem to work except that the 3D cube is not at a fixed position - it moves with the camera.
I cannot see any error in the example code. Maybe you are interested in trying this code :-)
Any hint, any idea or just looking at my example code would be appreciated ;-)
Regards,
Alexander
viewer_ar.zip
Beta Was this translation helpful? Give feedback.
All reactions