|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DirectionFinder
Abstraction for compasses and other devices than return the heading of a robot.
Method Summary | |
---|---|
float |
getDegreesCartesian()
Compass readings increase clockwise from 0 to 360, but Cartesian coordinate systems increase counter-clockwise. |
void |
resetCartesianZero()
Changes the current direction the compass is facing into the zero angle. |
void |
startCalibration()
Starts calibration. |
void |
stopCalibration()
Ends calibration sequence. |
Method Detail |
---|
float getDegreesCartesian()
void startCalibration()
void stopCalibration()
void resetCartesianZero()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |