BowlerKernel
|
Public Member Functions | |
double[] | inverseKinematics (TransformNR target, double[] jointSpaceVector, DHChain chain) |
The Interface DhInverseSolver.
Definition at line 11 of file DhInverseSolver.java.
double [] com.neuronrobotics.sdk.addons.kinematics.DhInverseSolver.inverseKinematics | ( | TransformNR | target, |
double[] | jointSpaceVector, | ||
DHChain | chain | ||
) |
Inverse kinematics.
target | the target |
jointSpaceVector | the joint space vector |
chain | the chain |
Implemented in com.neuronrobotics.sdk.addons.kinematics.SearchTreeSolver, com.neuronrobotics.sdk.addons.kinematics.ik.DeltaIKModel, com.neuronrobotics.sdk.addons.kinematics.GradiantDecent, and com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.
Referenced by com.neuronrobotics.sdk.addons.kinematics.DHChain.inverseKinematics().