You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JointGroupEffortFFController tracks position, velocity and effort commands for a set of joints using a PD-feedforward controller. It expects a EffortJointInterface type of hardware interface.
The JointGroupVelocityFFController tracks position and velocity commands for a set of joints using a P-feedforward controller. It expects a VelocityJointInterface type of hardware interface.