|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCarmen.Message
Carmen.OdometryMessage
public class OdometryMessage
Carmen OdometryHandler's message
| Field Summary | |
|---|---|
double |
acceleration
robot acceleration (m/s^2) |
double |
rv
commanded translational (m/s) and rotational (r/s) velocity |
double |
theta
robot pose at the center of the robot |
double |
tv
commanded translational (m/s) and rotational (r/s) velocity |
double |
x
robot pose at the center of the robot |
double |
y
robot pose at the center of the robot |
| Fields inherited from class Carmen.Message |
|---|
host, timestamp |
| Constructor Summary | |
|---|---|
OdometryMessage()
|
|
| Method Summary | |
|---|---|
static void |
subscribe(OdometryHandler handler)
Application module calls this to subscribe to OdometryMessage. |
| Methods inherited from class Carmen.Message |
|---|
publish, subscribe |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double x
public double y
public double theta
public double tv
public double rv
public double acceleration
| Constructor Detail |
|---|
public OdometryMessage()
| Method Detail |
|---|
public static void subscribe(OdometryHandler handler)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||