novaphy.inverse_dynamics¶
Legacy documentation page retained for older links.
The current top-level public API does not advertise the list-based
inverse_dynamics(joints, bodies, q, qd, qdd, gravity) helper. For current
model/state workflows, use:
- SolverFeatherstone for full reduced-coordinate articulated simulation.
- eval_jacobian() and eval_mass_matrix() for matrix readback.