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