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

PTAM with IMU sensor #17

Open
AndreV2890 opened this issue May 3, 2018 · 1 comment
Open

PTAM with IMU sensor #17

AndreV2890 opened this issue May 3, 2018 · 1 comment

Comments

@AndreV2890
Copy link

Hi all.
I'm working on an indoor tracking project using PTAM.
I'd like to use an IMU sensor to retrieve more precise information about velocities and accelerations because if I have understood well, PTAM considers the camera motion with a constant motion model.
Analyzing the code seems that the piece of code that I have to modify in order to deal with the camera motion is the one in the function "Tracker::ApplyMotionModel()".
The v6Vector appears to be composed of 3 (for transactional velocities along x, y, z) plus 3 (for rotational velocities, maybe roll, pitch and yaw) components. First of all, is it right? And what about the measurement units?
In case it is right, in order to reduce the scale error and generate a more precise tracking, can I put the IMU values in the vector v6Vector?

@Oxford-PTAM
Copy link
Owner

Oxford-PTAM commented May 7, 2018 via email

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

2 participants