BowlerKernel
|
Public Member Functions | |
DeltaJointAngles (double theta1, double theta2, double theta3) | |
double | getTheta1 () |
double | getTheta2 () |
double | getTheta3 () |
Private Member Functions | |
void | setTheta1 (double theta1) |
void | setTheta2 (double theta2) |
void | setTheta3 (double theta3) |
Private Attributes | |
double | theta1 |
The Class DeltaJointAngles.
Definition at line 7 of file DeltaJointAngles.java.
com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.DeltaJointAngles | ( | double | theta1, |
double | theta2, | ||
double | theta3 | ||
) |
All angles in radians.
theta1 | the theta1 |
theta2 | the theta2 |
theta3 | the theta3 |
Definition at line 19 of file DeltaJointAngles.java.
References com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.setTheta1(), com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.setTheta2(), com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.setTheta3(), and com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.theta1.
double com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.getTheta1 | ( | ) |
Gets the theta1.
Definition at line 39 of file DeltaJointAngles.java.
References com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.theta1.
double com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.getTheta2 | ( | ) |
double com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.getTheta3 | ( | ) |
|
private |
Sets the theta1.
theta1 | the new theta1 |
Definition at line 30 of file DeltaJointAngles.java.
References com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.theta1.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.DeltaJointAngles().
|
private |
Sets the theta2.
theta2 | the new theta2 |
Definition at line 48 of file DeltaJointAngles.java.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.DeltaJointAngles().
|
private |
Sets the theta3.
theta3 | the new theta3 |
Definition at line 66 of file DeltaJointAngles.java.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.DeltaJointAngles().
|
private |
The theta3.
Definition at line 10 of file DeltaJointAngles.java.
Referenced by com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.DeltaJointAngles(), com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.getTheta1(), and com.neuronrobotics.replicator.driver.delta.DeltaJointAngles.setTheta1().