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
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Hi all.
I'm working on an indoor tracking project using PTAM. It is not related to ROS but I hope you can help me to better understand something about the PTAM motion model.
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?
The text was updated successfully, but these errors were encountered:
Hi all.
I'm working on an indoor tracking project using PTAM. It is not related to ROS but I hope you can help me to better understand something about the PTAM motion model.
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?
The text was updated successfully, but these errors were encountered: