IKSolver.step
- abstractmethod IKSolver.step(ets, Tep, q)[source]
Abstract step 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:
Superclasses will implement this method to perform a step of the implemented IK algorithm.