Have costmap in separate node?
Hello all,
I wanted to know if its possible to have the costmap running in separate node than from the global and local planners like in move_base. However, in this case is there any way to access the pointer of the global costmap(created in costmap node) by the planner which would be running in different node?
Thank you in advance.