how can I get the tobot pose with real-map?
Hello, I'm using ROS kinic with Ubuntu-16.04
In the case of the Gazebo environment 'gazebo model topics' are published and I just adopt and use that.
Recently I made a little map using the g_mapping package and tested amcl_node
to get its pose data in realtime.
It was certainly possible but the subscription frequency was rather slow; I want a pose data which is published as fast as /odom
topic is.
I also tried hector_slam
module, but because it doesn't use real map data which is made before a real run, the published pose data has rather low reliability.
Would you please happen to recommand me the appropriate localization package?
I had a feeling that amcl_node
without navigation algorithm might have worked, but it didn't, unfortunately.