Required joint torques for given motion
computes joint torques to hold the specified robot
configuration.jointTorq
= inverseDynamics(robot
,configuration
)
computes
joint torques for the specified joint configuration and velocities
with zero acceleration and no external forces.jointTorq
= inverseDynamics(robot
,configuration
,jointVel
)
computes joint torques for the specified joint configuration,
velocities, and accelerations with no external forces. To specify
the home configuration, zero joint velocities, or zero
accelerations, use jointTorq
= inverseDynamics(robot
,configuration
,jointVel
,jointAccel
)[]
for that input
argument.
computes joint torques for the specified joint configuration,
velocities, accelerations, and external forces. Use the jointTorq
= inverseDynamics(robot
,configuration
,jointVel
,jointAccel
,fext
)externalForce
function to generate fext
.