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
Hi,. and thank you for making this code available. i have an existing SLAM application that I am looking to add IMU data to, both to improve stability of the pose, and to predict transforms if the tracking is lost temporarily.
Would ROAMFREE be suitable here? I see there is an example that uses a camera and IMU, what are the inputs exactly?
I have access to:
3d map points
2d feature points
computed camera pose
IMU data (gyro / accel)
Is the example here a better place to start, or perhaps this:
Hi,. and thank you for making this code available. i have an existing SLAM application that I am looking to add IMU data to, both to improve stability of the pose, and to predict transforms if the tracking is lost temporarily.
Would ROAMFREE be suitable here? I see there is an example that uses a camera and IMU, what are the inputs exactly?
I have access to:
3d map points
2d feature points
computed camera pose
IMU data (gyro / accel)
Is the example here a better place to start, or perhaps this:
https://github.com/DavideACucci/roamvo/blob/master/src/VisualOdometryNode.cpp
(I am not using ROS however)
Thank you!
The text was updated successfully, but these errors were encountered: