A directional RF sensor that detects the direction of the next goal More...
Public Member Functions | |
void | GetEffectiveRange (out double min, out double max) |
Gets the minimum and maximum effective range of this sensor, outside of which the reading may become unavailable or unreliable More... | |
void | GetDetectedOffsetToGoal (out double x, out double y, out double z) |
Gets the detected offset to the next goal point, relative to the drone's orientation More... | |
Additional Inherited Members | |
Properties inherited from IRobotSensor | |
IRobotExplorer | Robot [get] |
The robot this sensor is attached to More... | |
int | SensorIndex [get] |
The index of this sensor in the robot's list of sensors More... | |
A directional RF sensor that detects the direction of the next goal
void IRFSensor.GetDetectedOffsetToGoal | ( | out double | x, |
out double | y, | ||
out double | z | ||
) |
Gets the detected offset to the next goal point, relative to the drone's orientation
x | The left-right offset to the goal point from the drone |
y | The down-up offset to the goal point from the drone |
z | The back-forward offset to the goal point from the drone |
void IRFSensor.GetEffectiveRange | ( | out double | min, |
out double | max | ||
) |
Gets the minimum and maximum effective range of this sensor, outside of which the reading may become unavailable or unreliable
min | The minimum range of the sensor, in meters |
max | The maximum range of the sensor, in meters |