|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiosim.core.body.Body
biosim.core.body.AbstractMonkey
biosim.core.body.RhesusMacaque
public class RhesusMacaque
Field Summary | |
---|---|
static double |
MAX_VELOCITY_THETA
|
static double |
MAX_VELOCITY_X
|
static double |
MAX_VELOCITY_Y
|
static double |
PROX_RANGE
|
static double |
PROX_SENSORS
|
static double |
SENSOR_FOV
|
static double |
SENSOR_RANGE
|
static double |
SIZE
|
Fields inherited from class biosim.core.body.Body |
---|
agent, notFinished, sim |
Constructor Summary | |
---|---|
RhesusMacaque()
|
Method Summary | |
---|---|
protected boolean |
computeNewConfiguration(sim.util.MutableDouble2D newPos,
sim.util.MutableDouble2D newDir)
|
boolean |
getAbsoluteOrientation(sim.util.MutableDouble2D dir)
|
boolean |
getAbsolutePosition(sim.util.MutableDouble2D loc)
|
boolean |
getAllVisibleSameType(java.util.List<Agent> rv)
Queries the sensor for visible agents. |
double |
getAllVisibleSameTypeSensorFoV()
Returns the field-of-view of this sensor. |
double |
getAllVisibleSameTypeSensorRange()
Returns the range of this sensor. |
boolean |
getAllVisibleSameTypeVecs(java.util.List<sim.util.MutableDouble2D> rv)
Queries the sensor for visible agents. |
double |
getAllVisibleSameTypeVecsSensorFoV()
Returns the field-of-view of this sensor. |
double |
getAllVisibleSameTypeVecsSensorRange()
Returns the range of this sensor. |
boolean |
getEnvironmentSize(sim.util.MutableDouble2D size)
|
boolean |
getNearestObstacleVec(sim.util.MutableDouble2D rv)
|
double |
getNearestObstacleVecSensorRange()
|
ec.util.MersenneTwisterFast |
getRandom()
|
double |
getSize()
The size of the body in meters. |
java.lang.String |
getTextDisplay()
|
void |
setDesiredVelocity(double x,
double y,
double theta)
|
void |
setTextDisplay(java.lang.String displayText)
|
Methods inherited from class biosim.core.body.Body |
---|
collisionCheck, finish, getAgent, init, move, setAgent, step |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static double SENSOR_RANGE
public static double SENSOR_FOV
public static double SIZE
public static double MAX_VELOCITY_X
public static double MAX_VELOCITY_Y
public static double MAX_VELOCITY_THETA
public static double PROX_RANGE
public static double PROX_SENSORS
Constructor Detail |
---|
public RhesusMacaque()
Method Detail |
---|
public void setTextDisplay(java.lang.String displayText)
public java.lang.String getTextDisplay()
public double getSize()
Body
getSize
in class Body
public ec.util.MersenneTwisterFast getRandom()
getRandom
in class Body
public void setDesiredVelocity(double x, double y, double theta)
public boolean getAbsoluteOrientation(sim.util.MutableDouble2D dir)
public boolean getAbsolutePosition(sim.util.MutableDouble2D loc)
public boolean getEnvironmentSize(sim.util.MutableDouble2D size)
public boolean getAllVisibleSameType(java.util.List<Agent> rv)
AllVisibleSameType
true
even if rv
is empty.
rv
- A list in which to store egocentric vectors to visible agents
of the same type.
true
if the call succeeded, false
otherwise. May return true even if rv
is empty.public double getAllVisibleSameTypeSensorRange()
AllVisibleSameType
public double getAllVisibleSameTypeSensorFoV()
AllVisibleSameType
public boolean getAllVisibleSameTypeVecs(java.util.List<sim.util.MutableDouble2D> rv)
AllVisibleSameTypeVecs
true
even if rv
is empty.
rv
- A list in which to store egocentric vectors to visible agents
of the same type.
true
if the call succeeded, false
otherwise. May return true even if rv
is empty.public double getAllVisibleSameTypeVecsSensorRange()
AllVisibleSameTypeVecs
public double getAllVisibleSameTypeVecsSensorFoV()
AllVisibleSameTypeVecs
public boolean getNearestObstacleVec(sim.util.MutableDouble2D rv)
public double getNearestObstacleVecSensorRange()
protected boolean computeNewConfiguration(sim.util.MutableDouble2D newPos, sim.util.MutableDouble2D newDir)
computeNewConfiguration
in class Body
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |