ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I am not aware of any standard ros package that has the behavior you ask for. I think you need to write custom code to implement this. If you are using ros_control
, I'd investigate adding this new behavior to the FollowJointTrajectory
Action Server.