|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object simbad.sim.BaseObject simbad.sim.SimpleAgent simbad.sim.Agent simbad.sim.KheperaRobot
A KheperaRobot Agents. This class provides a prebuild khepera robot with the following functionalities:
Constructor Summary | |
KheperaRobot(javax.vecmath.Vector3d pos,
java.lang.String name)
Constructs a new KheperaRobot . |
Method Summary | |
RangeSensorBelt |
getIRSensors()
Returns the set of IR sensor. |
void |
setWheelsVelocity(double left,
double right)
Sets the wheels velocity. |
Methods inherited from class simbad.sim.Agent |
asString, getAgentInspector, getOdometer, getRotationalVelocity, getTranslationalVelocity, getUIPanel, setAgentInspector, setRotationalVelocity, setTranslationalVelocity, setUIPanel |
Methods inherited from class simbad.sim.SimpleAgent |
anOtherAgentIsVeryNear, attach, collisionDetected, detach, getActuatorDevice, getActuatorList, getCanBeTraversed, getCoords, getCounter, getHeight, getLifeTime, getMass, getName, getRadius, getRotationTransform, getSensorDevice, getSensorList, getTranslationTransform, getVeryNearAgent, interactionDetected, moveToStartPosition, rotateY, setCanBeTraversed, setColor, translateTo |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public KheperaRobot(javax.vecmath.Vector3d pos, java.lang.String name)
pos
- start position.name
- Method Detail |
public RangeSensorBelt getIRSensors()
public void setWheelsVelocity(double left, double right)
left
- wheel velocity in m/s.right
- wheel velocity in m/s.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |