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
I can output poses using /tf in real-time, but I want to use final optimized poses to evaluate the performance of global localization. Is there a way to export this data?
The text was updated successfully, but these errors were encountered:
Not currently, but I think that could be populated by the occupancy grid generation process, since that's iterating over the sensors at poses to generate the occupancy grid. We could populate a vector of those poses to publish out pretty easily!
Not currently, but I think that could be populated by the occupancy grid generation process, since that's iterating over the sensors at poses to generate the occupancy grid. We could populate a vector of those poses to publish out pretty easily!
Thanks for your reply. Can you help me find in which file or more specifically in which function the occupancy grid map generation is defined?
Feature description
I can output poses using /tf in real-time, but I want to use final optimized poses to evaluate the performance of global localization. Is there a way to export this data?
The text was updated successfully, but these errors were encountered: