How to implement stop, pause and play capability in ROS MoveIt!
Hello
I am working on a robotic arm, in which we are planning implement play, pause and stop functionalities along with ROS MoveIt!.
For example, we can plan a trajectory in Rviz and when we execute the trajectory, there should be a provision to stop, pause and play the executing trajectory.
Anyone have ideas to implement this concept for ROS MoveIt!? It will be great if you can suggest an idea without modifying the MoveIt! and trajectory controller code.
Regards
You will have to modify the trajectory controller code, I can't see a way around that. If you added pause and play services you could use the RQT GUI to send those commands to the controller while the trajectory was being followed. Are you planning to do this on a real robot or simulation?
Hi
Thanks for the reply. I am planning to use this in simulation and real robot too.
Regards