BowlerKernel
Static Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
com.neuronrobotics.sdk.addons.kinematics.WristNormalizer Class Reference

Static Public Member Functions

static double[] normalize (double[] calculated, double[] current, DHChain chain)
 
static boolean isStrictMode ()
 
static void setBoundLinkValueMode ()
 
static void setStrictMode ()
 

Static Private Member Functions

static double[] option (double w1, double w2, double w3)
 
static void score (double[] calculated, double[] current, HashMap< double[], Double > scores, AbstractKinematicsNR kin)
 

Static Private Attributes

static boolean strictMode = false
 

Detailed Description

Definition at line 5 of file WristNormalizer.java.

Member Function Documentation

◆ isStrictMode()

static boolean com.neuronrobotics.sdk.addons.kinematics.WristNormalizer.isStrictMode ( )
static

◆ normalize()

static double [] com.neuronrobotics.sdk.addons.kinematics.WristNormalizer.normalize ( double[]  calculated,
double[]  current,
DHChain  chain 
)
static

◆ option()

static double [] com.neuronrobotics.sdk.addons.kinematics.WristNormalizer.option ( double  w1,
double  w2,
double  w3 
)
staticprivate

◆ score()

static void com.neuronrobotics.sdk.addons.kinematics.WristNormalizer.score ( double[]  calculated,
double[]  current,
HashMap< double[], Double >  scores,
AbstractKinematicsNR  kin 
)
staticprivate

◆ setBoundLinkValueMode()

static void com.neuronrobotics.sdk.addons.kinematics.WristNormalizer.setBoundLinkValueMode ( )
static

◆ setStrictMode()

static void com.neuronrobotics.sdk.addons.kinematics.WristNormalizer.setStrictMode ( )
static

Member Data Documentation

◆ strictMode

boolean com.neuronrobotics.sdk.addons.kinematics.WristNormalizer.strictMode = false
staticprivate

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