Click or drag to resize

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.DistanceSensor
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.26.1
Syntax
C#
public 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

Double
Actual object height.
See Also