Is there any complete example on velocity_controllers/JointTrajectoryController ?
I am trying to understand how to implement this velocity_controllers/JointTrajectoryController.
More specifically, I am curious about the part after generating the control points. For instance, how to control a real robot in using this controller:
- How to forward the velocity value to the robot
- How to keep the trajectory using the feedback information
- How to keep the planned execution time and so on.
I understand that this will strongly vary on types of robots, since it involves the direct low-level control. However, is there any valid example of this?