BowlerKernel
|
Additional Inherited Members | |
![]() | |
void | setPosition (double val) |
void | setTargetValue (double val) |
The Class AbstractRotoryLink.
Definition at line 7 of file AbstractRotoryLink.java.
com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.AbstractRotoryLink | ( | LinkConfiguration | conf | ) |
Instantiates a new abstract rotory link.
conf | the conf |
Definition at line 14 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.conf.
double com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.getCurrentAngle | ( | ) |
Gets the current angle.
Definition at line 51 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.getCurrentEngineeringUnits().
double com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.getMaxAngle | ( | ) |
Gets the max angle.
Definition at line 69 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.getMaxEngineeringUnits().
double com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.getMinAngle | ( | ) |
Gets the min angle.
Definition at line 78 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.getMinEngineeringUnits().
double com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.getTargetAngle | ( | ) |
Gets the target angle.
Definition at line 60 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.getTargetEngineeringUnits().
void com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.incrementAngle | ( | double | inc | ) |
Increment angle.
inc | the inc |
Definition at line 24 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.incrementEngineeringUnits().
boolean com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.isMaxAngle | ( | ) |
Checks if is max angle.
Definition at line 87 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.isMaxEngineeringUnits().
boolean com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.isMinAngle | ( | ) |
Checks if is min angle.
Definition at line 96 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.isMinEngineeringUnits().
void com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.setCurrentAsAngle | ( | double | angle | ) |
Sets the current as angle.
angle | the new current as angle |
Definition at line 42 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.setCurrentEngineeringUnits().
void com.neuronrobotics.sdk.addons.kinematics.AbstractRotoryLink.setTargetAngle | ( | double | pos | ) |
Sets the target angle.
pos | the new target angle |
Definition at line 33 of file AbstractRotoryLink.java.
References com.neuronrobotics.sdk.addons.kinematics.AbstractLink.setTargetEngineeringUnits().