ros-controls / ros_controllers

Generic robotic controllers to accompany ros_control
http://wiki.ros.org/ros_control
BSD 3-Clause "New" or "Revised" License
570 stars 525 forks source link

[rqt_joint_trajectory_controller]: Disable if commands are not executed successfully #158

Open adolfo-rt opened 9 years ago

adolfo-rt commented 9 years ago

When the plugin is in command mode, it constantly sends control commands. Consider the following actions:

The idea would be to add some sort of safeguard in which the plugin automatically transitions to monitor mode after n commands that don't reach their goal on time, or similar.

bmagyar commented 9 years ago

Good idea :+1: