global planner using different global costmap
Hi All, Using ROS Indigo on Ubuntu 14.04 and running turtlebot_navigation stack.
I've created my own global costmap, call it /my_global_costmap
that is created and published by a python file.
What is the simplest way for the global planner to subscribe to /my_global_costmap
and disregard /move_base/global_costmap/costmap/
that turtlebot_navigation brings up?
Thanks