-
Notifications
You must be signed in to change notification settings - Fork 805
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
How to get apriltags' corner location and ID #1199
Comments
https://drive.google.com/file/d/1bjzE68mvXHUCNhVxd3hRkiu6eC-2NTSz/view?usp=drive_link |
…landmark constaints. Adjusted g2o export landmark id. (#1199)
To make it more convenient, I updated the menu option "File->Export poses..." with commit above to easily export tag poses with RGBDSLAM +ID format and g2o format. g2o format:
Note that g2o format cannot support negative ids, so to get the landmark ID, do landmark ID - max node ID. For example, here the vertex 35 is the landmark 10. RGBDSLAM+ID format:
Note that to keep this format compatible with some benchmark tools, I put al landmarks with stamp=0 to be easily ignored downstream if needed. |
Hello! I am new to rtabmap. And I put some tags in the environment to enhance the map building quality. But actually what I am interesting know is the tag's location in the world coordinate. I turn on the tag detection option in the rtabmap and have successfully recognized the tags. I saved the map data into a .db file. Is there a way to get the tags information from these .db file? For example, the tags' ID and location of the tags' four corners in the world coordinates?
The text was updated successfully, but these errors were encountered: