Package org.baseagent.embodied.sensors
Class VisionSensor
java.lang.Object
org.baseagent.embodied.sensors.VisionSensor
- Author:
- David Koelle
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
If you create a special sensor that doesn't just work on signals, like a vision sensor, you'll want to override how getValue works. -
Constructor Summary
ConstructorDescriptionVisionSensor
(double range, double leftRadians, double rightRadians, VisionSensor.Strategy strategy) -
Method Summary
-
Constructor Details
-
VisionSensor
public VisionSensor(double range, double leftRadians, double rightRadians, VisionSensor.Strategy strategy)
-