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

Set large odometry variance when odometry is reset by Odom/ResetCountdown #47

Closed
matlabbe opened this issue Dec 9, 2015 · 2 comments
Closed

Comments

@matlabbe
Copy link
Member

matlabbe commented Dec 9, 2015

When odometry is automatically reset to last pose when lost, RTAB-Map cannot know there is a discontinuity (it only detects if odometry is reset to Identity, creating a new map). When resetting to previous pose, make sure that on the next odometry update, odometry is sent with large variance.

@matlabbe
Copy link
Member Author

matlabbe commented Dec 9, 2015

After verification for the standalone, the variance is set to 1 when the first frame is computed (as the first variance returned is always 0). See here.

For ROS, null variance is sent (see here). If info.variance is 0, 1 should be set instead.

@matlabbe
Copy link
Member Author

should be fixed by c1c62b0

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

1 participant