novaphy.forward_kinematics¶
Legacy documentation page retained for older links.
The current top-level novaphy.__all__ surface does not advertise the
list-based forward_kinematics(joints, q) helper. Use the model/state
articulation evaluator instead:
Current APIs¶
- eval_fk() updates a
SimStatefrom flat joint arrays. - SolverFeatherstone performs full
articulated simulation through
solver.step(...).