ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
This is a duplicate of this question. The only way to make smooth motions is to implement a suitable trajectory. Quintic trajectories (5-th order polynomials) will yield the least jerk. The joint_trajectory_controller package is a good place to start.