public class OHMMDrive.DriveState
extends java.lang.Object
OHMMDrive.driveState(ohmm.OHMMDrive.DriveState)
Modifier and Type | Field and Description |
---|---|
float |
orientationGoal
orientation servo goal or NaN if not set
|
int |
queue
drive queue size
|
float |
t
odometric world frame orientation in radians
|
float |
v
forward velocity in mm/s
|
float |
w
rotation velocity in rad/s
|
float |
x
odometric world frame location in mm
|
float |
y
odometric world frame location in mm
|
Constructor and Description |
---|
OHMMDrive.DriveState() |
Modifier and Type | Method and Description |
---|---|
void |
recv()
receive all fields
|
java.lang.String |
toString()
make a human readable message string summarizing the state
|
(package private) java.lang.StringBuilder |
toString(java.lang.StringBuilder sb)
helper for
toString() |
public float v
public float w
public float x
public float y
public float t
public int queue
public float orientationGoal
public void recv()
public java.lang.String toString()
toString
in class java.lang.Object
java.lang.StringBuilder toString(java.lang.StringBuilder sb)
toString()