origin of navigation stack map and robot localization
Hi, I'm using robot_localization (two instances plus navsat_transform to get MAP -> odom and odom->base_link) and navigation stack. I'm using robot_localization instead of AMCL for localization. My map is a 512x512 pixel, white png file and configured as 0.1mts resolution, so I have a 51.2 x 51.2 mts map, and don't have any building nor fixed object on it (I'm working in an open field). I configured my local and global planner and local and global costmaps. Everithing is working ok so far. I want to give goals on the map frame, that is UTM GPS coordinate and let the nav_stack navigate avoiding local obstacles. But I would like to know how to relate the 51.2x51.2 mts map with the robot coordinates.
Thanks