ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

The behavior will be that of a fifth-order polynomial, with start and end boundary conditions of 0 velocities and accelerations. Also called a "minimum jerk" movement in some communities.

The behavior desired position trajectory will be that of a fifth-order polynomial, with start and end boundary conditions of 0 velocities and accelerations. Also called a "minimum jerk" movement in some communities.

The desired position trajectory will be a fifth-order polynomial, with start and end boundary conditions of 0 velocities and accelerations. Also called a "minimum jerk" movement in some communities.

If you omit accelerations, you'll get a cubic spline. If you also omit velocities, you get linear interpolation. This is some documentation I found about this: http://www.ros.org/wiki/robot_mechanism_controllers/JointSplineTrajectoryController