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

Statistics view missing #51

Closed
senia907 opened this issue Jan 31, 2016 · 2 comments
Closed

Statistics view missing #51

senia907 opened this issue Jan 31, 2016 · 2 comments

Comments

@senia907
Copy link

Some values, like "Odometry->TimeEstimation" miss from the statistics view until you start processing, so you can set them to a graph before starting(to get all frames in the graph).

@matlabbe
Copy link
Member

matlabbe commented Feb 4, 2016

Indeed, the odometry statistics are not populated until the GUI receives odometry messages. I'll check to add them.

Workaround: If you want the plots for odometry statistics on startup, you can save the figures (File->Save config), then when rtabmap is opened again, the figures will be created automatically.

cheers

matlabbe added a commit that referenced this issue Mar 2, 2016
Updated default of GuessMotion parameters
Proximity detection by time: added guess transform based on optimized poses
RegistrationVis: ByPass OpticalFlow if no images are detected (use features matching instead if features are set)
solvePnPRansac() refining: using std dev instead of variance
Statistics panel: creating Camera/GUI/Odometry panels without the need to start detection (issue #51)
Statistics: Adding a GT panel when ground truth poses are detected with RMSE info
@matlabbe
Copy link
Member

matlabbe commented Mar 2, 2016

The referred commit should fix that problem!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants