BaseDistanceSensorResolveAngleError(dvec3, Double) Method |
Takes the measurement angle into account and treats the measured distance error as hypotenuse
to get the actual object height difference to the expected value.
Namespace: RAYLASE.Marker.Device.DistanceSensorAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntaxpublic virtual double ResolveAngleError(
dvec3 position,
double measuredDistanceError
)
Parameters
- position dvec3
- Position where measurement took place. Needed for the angle calculations.
- measuredDistanceError Double
- Measured distance in position.
Return Value
DoubleActual object height.
See Also