|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.robokind.client.basic.RobotSensors
public class RobotSensors
| Field Summary | |
|---|---|
static List<Integer> |
ALL_GPIO_PINS
Unmodifiable list containing all sensor ids. |
static int |
LEFT_FOOT_GROUND
Left Ground. |
static int |
LEFT_FOOT_HEEL
Left Heel. |
static int |
LEFT_FOOT_KICK
Left Kick. |
static int |
LEFT_HIP_PROXIMITY
Left Hip. |
static int |
RIGHT_FOOT_GROUND
Right Ground. |
static int |
RIGHT_FOOT_HEEL
Right Heel. |
static int |
RIGHT_FOOT_KICK
Right Kick. |
static int |
RIGHT_HIP_PROXIMITY
Right Hip. |
| Constructor Summary | |
|---|---|
RobotSensors()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int LEFT_FOOT_KICK
public static final int LEFT_FOOT_GROUND
public static final int LEFT_FOOT_HEEL
public static final int RIGHT_FOOT_KICK
public static final int RIGHT_FOOT_GROUND
public static final int RIGHT_FOOT_HEEL
public static final int LEFT_HIP_PROXIMITY
public static final int RIGHT_HIP_PROXIMITY
public static final List<Integer> ALL_GPIO_PINS
| Constructor Detail |
|---|
public RobotSensors()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||