Get the localization track of hector_mapping
I want to use the localization part of hector_mapping, so I want to test the accuracy of the localization. I am going to set a straight physical track for the robot, so the path of the robot is a very straight line. Then I want to get the hector_mapping
localization trajectory(a track containing all the localization points), and then compare the actual trajectory with the hector_mapping
locating trajectory. How can I get the the above track measured by hector_mapping
? Or is there a better way to test the localization accuracy of hector_mapping
?
Asked by anonymous38087 on 2019-04-09 21:13:09 UTC
Answers
If you have a simulation running on gazebo, I think you can use the gazebo/model_states to obtain the ground truth of the robot pose.
Asked by A_Hari on 2019-05-16 13:12:00 UTC
Comments