-
Notifications
You must be signed in to change notification settings - Fork 791
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
Difference in poses export between GUI and rtabmap-export
script.
#1387
Comments
rtabmap-export and rtabmap-databaseViewer export poses differently. rtabmap-export re-optimizes the graph before exporting them. rtabmap-databaseViewer exports the poses that are currently seen in View->GraphViewer, with selected iteration and type: Support for landmarks have been added in this commit 13cd5e7 for the viewer, but not export cli. I am working on a branch refactoring export tool, I'll add it as todo in it. #1391 In that branch, I added |
Thanks for the clarification. Including a landmark export in the cli tool would be a nice add-on! Is the re-optimization step before export using the cli tool necessary or could that be made optional? |
If |
Hi,
I consider a difference in output when I want to export the poses. I use the following options for the GUI (database viewer):
RGBD-SLAM ID format -> Map's graph -> robot (base frame)
And for the script I use
rtabmap-export --poses --poses_format 11 $DB
It seems that the script version does some optimization:
The outputs are different (global rotation) and tiny pose differences. In addition the GUI version export the landmark poses as well. I use the latest osx app (GUI) and latest source code (script).
Can you explain the difference? Is it deliberately?
The text was updated successfully, but these errors were encountered: