|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
Contains all constants used with arrays returned from the Khepera class and also a couple of status constants. Implement this interface to gain easy access to the constants in your code.
| Field Summary | |
static int |
BL10
Index to the back IR sensor at 10 degrees to the left. |
static int |
BR10
Index to the back IR sensor at 10 degrees to the right. |
static int |
FL10
Index to the frontal IR sensor at 10 degrees to the left. |
static int |
FL45
Index to the frontal IR sensor at 45 degrees to the left. |
static int |
FL90
Index to the frontal IR sensor at 90 degrees to the left. |
static int |
FLED
Number of the frontal LED. |
static int |
FR10
Index to the frontal IR sensor at 10 degrees to the right. |
static int |
FR45
Index to the frontal IR sensor at 45 degrees to the right. |
static int |
FR90
Index to the frontal IR sensor at 90 degrees to the right. |
static int |
HEADING
Index to the local robot heading. |
static int |
LLED
Number of the lateral LED. |
static double |
LOWERED
Constant putting the gripper in position to pick something up. |
static int |
OFF
Represents the off status of a LED. |
static int |
ON
Represents the on status of a LED. |
static double |
RAISED
Constant to raise the arm in front of the robot. |
static double |
RDIAMETER
The diameter of the robot in millimeters. |
static double |
RRADIUS
The radius of the robot in millimeters. |
static int |
TOGGLE
The value to toggle a LEDs status. |
static double |
UNCHANGED
Indicates that the value should be unchanged after the call. |
static int |
XPOS
Index to the local robot x-position. |
static int |
YPOS
Index to the local robot y-position. |
| Field Detail |
public static final int FL90
Khepera.getProxyReadings(),
Khepera.getLightReadings()public static final int FL45
Khepera.getProxyReadings(),
Khepera.getLightReadings()public static final int FL10
Khepera.getProxyReadings(),
Khepera.getLightReadings()public static final int FR10
Khepera.getProxyReadings(),
Khepera.getLightReadings()public static final int FR45
Khepera.getProxyReadings(),
Khepera.getLightReadings()public static final int FR90
Khepera.getProxyReadings(),
Khepera.getLightReadings()public static final int BR10
Khepera.getProxyReadings(),
Khepera.getLightReadings()public static final int BL10
Khepera.getProxyReadings(),
Khepera.getLightReadings()public static final int FLED
Khepera.setLED(int,int)public static final int LLED
Khepera.setLED(int,int)public static final int ON
Khepera.setLED(int,int)public static final int OFF
Khepera.setLED(int,int)public static final int TOGGLE
Khepera.setLED(int,int)public static final int XPOS
Khepera.getLocation()public static final int YPOS
Khepera.getLocation()public static final int HEADING
Khepera.getLocation()public static final double UNCHANGED
Khepera.setLocation(double,double,double)public static final double RDIAMETER
public static final double RRADIUS
public static final double LOWERED
Khepera.setArmPosition(double)public static final double RAISED
Khepera.setArmPosition(double)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||