|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCarmen.Message
Carmen.SonarMessage
public class SonarMessage
Carmen SonarHandler's message
| Field Summary | |
|---|---|
int |
num_sonars
|
double[] |
range
for each sonar, the range reading |
Point |
robot_pose
robot state: point location |
double |
rv
|
double |
sensor_angle
width of sonar cone |
Point[] |
sonar_positions
location of each sonar with respect to robot as a Point |
double |
tv
|
| Fields inherited from class Carmen.Message |
|---|
host, timestamp |
| Constructor Summary | |
|---|---|
SonarMessage()
|
|
| Method Summary | |
|---|---|
static void |
subscribe(SonarHandler handler)
Application module calls this to subscribe to SonarMessage. |
| 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_sonars
public double sensor_angle
public double[] range
public Point[] sonar_positions
public Point robot_pose
public double tv
public double rv
| Constructor Detail |
|---|
public SonarMessage()
| Method Detail |
|---|
public static void subscribe(SonarHandler handler)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||