Initializing a costmap_2d with a static_map
Hi,
I am trying to initialize a costmap_2d with a static map which is being published by map_server. Could someone point me to how this would be done?
I understand that I need to run a map_server node which publishes /map and /map_metadata topics. Also I realise that I need to use a tf::TranformListener to get the map data to the costmap. Is that correct ? Any help would be appreciated.
Thanks, Sagnik