How to calculate localization error for a robot moving in a custom map using amcl and navigation stack?
I have a robot simulated in gazebo and rviz along with a map. I can use amcl to have it localized and move to a specific spot in the map.
But, how can I guage how accurate the localization is over the course of the robot's navigations? Is there a way to calculate that?
My robot has only camera and a laser rangefinder as sensors and nothing else. And when it reaches the goal it seems to be the exact position.
How do I figure out how well or poorly the localization did?