BowlerKernel
|
Public Member Functions | |
ComputedGeometricModel (DHChain dhChain, boolean debug) | |
double[] | inverseKinematics (TransformNR target, double[] jointSpaceVector, DHChain chain) |
Private Attributes | |
DHChain | dhChain |
The Class ComputedGeometricModel.
Definition at line 10 of file ComputedGeometricModel.java.
com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.ComputedGeometricModel | ( | DHChain | dhChain, |
boolean | debug | ||
) |
Instantiates a new computed geometric model.
dhChain | the dh chain |
debug | the debug |
Definition at line 21 of file ComputedGeometricModel.java.
References com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.dhChain.
double [] com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.inverseKinematics | ( | TransformNR | target, |
double[] | jointSpaceVector, | ||
DHChain | chain | ||
) |
Inverse kinematics.
target | the target |
jointSpaceVector | the joint space vector |
chain | the chain |
Implements com.neuronrobotics.sdk.addons.kinematics.DhInverseSolver.
Definition at line 28 of file ComputedGeometricModel.java.
References com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.dhChain, com.neuronrobotics.sdk.addons.kinematics.DHChain.forwardKinematics(), and com.neuronrobotics.sdk.addons.kinematics.DHChain.getLinks().
|
private |
The dh chain.
Definition at line 13 of file ComputedGeometricModel.java.
Referenced by com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.ComputedGeometricModel(), and com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.inverseKinematics().