Skip to main content

MountingPosition

Mounting position of GNSS receiver antenna relative to vehicle coordinate system. Axis definitions according to ISO 8855. Origin at center of (first) rear axle.

type MountingPosition {
x(
unit: LengthUnitEnum = MILLIMETER
): Int16
y(
unit: LengthUnitEnum = MILLIMETER
): Int16
z(
unit: LengthUnitEnum = MILLIMETER
): Int16
}

Fields

MountingPosition.x ● Int16 scalar

Mounting position of GNSS receiver antenna relative to vehicle coordinate system. Axis definitions according to ISO 8855. Origin at center of (first) rear axle. Positive values = forward of rear axle. Negative values = backward of rear axle.

MountingPosition.x.unit ● LengthUnitEnum enum

MountingPosition.y ● Int16 scalar

Mounting position of GNSS receiver antenna relative to vehicle coordinate system. Axis definitions according to ISO 8855. Origin at center of (first) rear axle. Positive values = left of origin. Negative values = right of origin. Left/Right is as seen from driver perspective, i.e. by a person looking forward.

MountingPosition.y.unit ● LengthUnitEnum enum

MountingPosition.z ● Int16 scalar

Mounting position of GNSS receiver on Z-axis. Axis definitions according to ISO 8855. Origin at center of (first) rear axle. Positive values = above center of rear axle. Negative values = below center of rear axle.

MountingPosition.z.unit ● LengthUnitEnum enum

Member Of

GNSSReceiver object