|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectohmm.OHMMDrive.DriveState
public class OHMMDrive.DriveState
state data structure for OHMMDrive.driveState(ohmm.OHMMDrive.DriveState)
Field Summary | |
---|---|
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 Summary | |
---|---|
OHMMDrive.DriveState()
|
Method Summary | |
---|---|
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() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public float v
public float w
public float x
public float y
public float t
public int queue
public float orientationGoal
Constructor Detail |
---|
public OHMMDrive.DriveState()
Method Detail |
---|
public void recv()
public java.lang.String toString()
toString
in class java.lang.Object
java.lang.StringBuilder toString(java.lang.StringBuilder sb)
toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |