set a path to move_base
Hi everyone, In order to do my own 3D navigation I would like to set a path to move_base.
I explain what i am doing:
- I generate 3 2d map
- Use each of these 3d map for generated a plan ( with make_plan)
But now i want to check if one path is good in each 2d maps.
So i was thinking to check this with the move_base but I find nothing to load a path. (I could maybe change the move_base code to subscribe to a topic and use the received path, but it sound complicated )
Is there a way to load a path in the move_base ? Or someone have an idea how could i do that?
thanks