|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object device.Device robot.Robot robot.Pioneer robot.ExploreRobot
public class ExploreRobot
An exploration robot. It will explore its environment.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface robot.external.IPioneer |
---|
IPioneer.StateType, IPioneer.viewDirectType |
Field Summary | |
---|---|
(package private) java.util.logging.Logger |
logger
Logging support |
Fields inherited from class robot.Pioneer |
---|
currentState, lastPosition, stuckCounter, timerIsOccured |
Fields inherited from class robot.Robot |
---|
bloFi, goal, gripper, localizer, planner, posi, position, ranger0, ranger1, rLaser, robotId, rSonar, simu, speed, turnrate |
Fields inherited from interface robot.external.IPioneer |
---|
BEAMCOUNT, COS45, DEGPROBEAM, DIAGOFFSET, DIST_TOLERANCE, FMAX, FMIN, HORZOFFSET, INV_COS45, isDebugDistance, isDebugLaser, isDebugPosition, isDebugSonar, isDebugState, LFMAX, LFMIN, LMAX, LMAXANGLE, LMIN, LPMAX, MAXSPEED, MAXTURNRATE, MINRANGE, MINSPEED, MINTURNRATE, MOUNTOFFSET, RFMAX, RFMIN, RMAX, RMIN, SHAPE_DIST, SONARCOUNT, SONARMAX, STOP_ROT, STOP_WALLFOLLOWDIST, TRACK_ROT, WALLFOLLOWDIST, WALLLOSTDIST, YAW_TOLERANCE |
Constructor Summary | |
---|---|
ExploreRobot(Device roboDevices)
Deprecated. Use ExploreRobot(Device[]) instead. |
|
ExploreRobot(Device[] devList)
Creates an exploration robot. |
Method Summary |
---|
Methods inherited from class robot.Pioneer |
---|
commandMotors, debugSensorData, getCollisionAvoid, getCurrentState, getDistance, getEscapeWhenStuck, getLeftWallfollow, getMinLasRange, getSafeSpeed, getSafeTurnrate, getSonarRanges, maxSonarValues, setCommand, setCurrentState, setWallfollow, stop, update, updatePosi, updateSpeed, updateStop, updateTurnrate |
Methods inherited from class robot.Robot |
---|
connectDevices, getBloFi, getGoal, getGripper, getLaser, getLocalizer, getPlanner, getPosi, getPosition, getRobotId, getSimu, getSonar, getSpeed, getTurnrate, setGoal, setPosition, setRobotId, setSpeed, setTurnrate, shutdown, toString |
Methods inherited from class device.Device |
---|
equals, getDevice, getDeviceIterator, getDeviceList, getDeviceListArray, getHost, getId, getIndex, getLogger, getPort, getSleepTime, getThreadName, isInList, isRunning, isSupported, isThreaded, matches, matchesList, run, runThreaded, setDeviceList, setHost, setName, setPort, setSleepTime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
java.util.logging.Logger logger
Constructor Detail |
---|
public ExploreRobot(Device roboDevices)
ExploreRobot(Device[])
instead.
roboDevices
- public ExploreRobot(Device[] devList)
devList
- The devices the robot can use.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |