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
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).
The text was updated successfully, but these errors were encountered:
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.
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
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).
The text was updated successfully, but these errors were encountered: