|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCarmen.Message
Carmen.BumperMessage
public class BumperMessage
Carmen BumperHandler's message
| Field Summary | |
|---|---|
char[] |
bumper
state of bumper |
int |
num_bumpers
|
Point |
robot_location
robot pose at the center of the robot |
double |
rv
commanded rotational velocity (r/s) |
double |
tv
commanded translational velocity (m/s) |
| Fields inherited from class Carmen.Message |
|---|
host, timestamp |
| Constructor Summary | |
|---|---|
BumperMessage()
|
|
| Method Summary | |
|---|---|
static void |
subscribe(BumperHandler handler)
|
| 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 int num_bumpers
public char[] bumper
public Point robot_location
public double tv
public double rv
| Constructor Detail |
|---|
public BumperMessage()
| Method Detail |
|---|
public static void subscribe(BumperHandler handler)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||