IKSolution - as IK Solution dataclassī
- class roboticstoolbox.robot.IK.IKSolution(q, success, iterations=0, searches=0, residual=0.0, reason='')[source]ī
A dataclass for representing an IK solution
- qī
The joint coordinates of the solution (ndarray). Note that these will not be valid if failed to find a solution
- successī
True if a valid solution was found
- iterationsī
How many iterations were performed
- searchesī
How many searches were performed
- residualī
The final error value from the cost function
- reasonī
The reason the IK problem failed if applicable
Changed in version 1.0.3: Added IKSolution dataclass to replace the IKsolution named tuple