IK_NR.step
- IK_NR.step(ets, Tep, q)[source]
Performs a single iteration of the Newton-Raphson optimisation method
- Parameters:
- Raises:
numpy.LinAlgError – If a step is impossible due to a linear algebra error
- Returns:
Tuple of
(E, q)whereEis the new error value andqis the new joint coordinate vector- Return type:
\[\vec{q}_{k+1} = \vec{q}_k + {^0\mat{J}(\vec{q}_k)}^{-1} \vec{e}_k\]