Switching between autonomous control and keyboard control in ROS
I want to write a C++ program to switch the control from keyboard to autonomous and vice-versa. Will it be feasible in ROS?
Because, my program need to communicate through two packages namely move_base and brown_remotelab (http://wiki.ros.org/brown_remotelab). I can’t visualize the whole scenario and it’s complexity.
Can you give some insight about the situation and some idea to design the program?