|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCarmen.Message
Carmen.LaserMessage
public class LaserMessage
Carmen FrontLaserHandler's and RearLaserHandler's message
| Field Summary | |
|---|---|
LaserConfig |
config
|
double |
forward_safety_dist
application defined safety distance in metres |
Point |
laser_pose
position of the center of the laser |
int |
num_readings
|
int |
num_remissions
|
float[] |
range
|
float[] |
remission
|
Point |
robot_pose
position of the center of the robot |
double |
rv
robot state: translational velocity and rotational velocity |
double |
side_safety_dist
application defined safety distance in metres |
char[] |
tooclose
|
double |
turn_axis
|
double |
tv
robot state: translational velocity and rotational velocity |
| Fields inherited from class Carmen.Message |
|---|
host, timestamp |
| Constructor Summary | |
|---|---|
LaserMessage()
|
|
| Method Summary | |
|---|---|
static void |
subscribeFront(FrontLaserHandler handler)
Application module calls this to subscribe to LaserMessage. |
static void |
subscribeRear(RearLaserHandler handler)
Application module calls this to subscribe to LaserMessage. |
| 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 LaserConfig config
public int num_readings
public float[] range
public char[] tooclose
public int num_remissions
public float[] remission
public Point laser_pose
public Point robot_pose
public double tv
public double rv
public double forward_safety_dist
public double side_safety_dist
public double turn_axis
| Constructor Detail |
|---|
public LaserMessage()
| Method Detail |
|---|
public static void subscribeFront(FrontLaserHandler handler)
public static void subscribeRear(RearLaserHandler handler)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||