inverseDynamics
Required joint torques for given motion
Syntax
Description
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
.
Examples
Input Arguments
Output Arguments
More About
References
[1] Featherstone, Roy. Rigid Body Dynamics Algorithms. Springer US, 2008. DOI.org (Crossref), doi:10.1007/978-1-4899-7560-7.
Extended Capabilities
Version History
Introduced in R2017a