Carmen
Class LaserType

java.lang.Object
  extended by Carmen.LaserType

public class LaserType
extends java.lang.Object


Field Summary
static int HOKUYO_URG
           
static int SICK_LMS
           
static int SICK_PLS
           
static int SIMULATED_LASER
           
static int UMKNOWN_PROXIMITY_SENSOR
           
 
Constructor Summary
LaserType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SICK_LMS

public static final int SICK_LMS
See Also:
Constant Field Values

SICK_PLS

public static final int SICK_PLS
See Also:
Constant Field Values

HOKUYO_URG

public static final int HOKUYO_URG
See Also:
Constant Field Values

SIMULATED_LASER

public static final int SIMULATED_LASER
See Also:
Constant Field Values

UMKNOWN_PROXIMITY_SENSOR

public static final int UMKNOWN_PROXIMITY_SENSOR
See Also:
Constant Field Values
Constructor Detail

LaserType

public LaserType()