Best way to bypass move_base action server for position move
For general navigation, I'm using move_base. There are times when I would like to control my motion controller (Galil) directly by sending it position commands. Is the way to do this to write my own action server and send goals to that instead of the move_base server? If that's right, are there any Python examples around?