BowlerKernel
Public Member Functions | Private Attributes | List of all members
com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel Class Reference
Inheritance diagram for com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel:
Inheritance graph
[legend]
Collaboration diagram for com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel:
Collaboration graph
[legend]

Public Member Functions

 ComputedGeometricModel (DHChain dhChain, boolean debug)
 
double[] inverseKinematics (TransformNR target, double[] jointSpaceVector, DHChain chain)
 

Private Attributes

DHChain dhChain
 

Detailed Description

The Class ComputedGeometricModel.

Definition at line 10 of file ComputedGeometricModel.java.

Constructor & Destructor Documentation

◆ ComputedGeometricModel()

com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.ComputedGeometricModel ( DHChain  dhChain,
boolean  debug 
)

Instantiates a new computed geometric model.

Parameters
dhChainthe dh chain
debugthe debug

Definition at line 21 of file ComputedGeometricModel.java.

References com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.dhChain.

Member Function Documentation

◆ inverseKinematics()

double [] com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.inverseKinematics ( TransformNR  target,
double[]  jointSpaceVector,
DHChain  chain 
)

Inverse kinematics.

Parameters
targetthe target
jointSpaceVectorthe joint space vector
chainthe chain
Returns
the double[]

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().

Here is the call graph for this function:

Member Data Documentation

◆ dhChain

DHChain com.neuronrobotics.sdk.addons.kinematics.ComputedGeometricModel.dhChain
private

The documentation for this class was generated from the following file: