Skip to content

Wrong handling of (antenna related) position offset in V2 #52

@mrksngl

Description

@mrksngl

Method SurfaceOperationalStatusV2Msg.hasPositionOffsetApplied() throws, saying that V2 does not have a POA.
While it is true that there is no longer a single flag, we therefore have the much more detailed GPS Antenna Offset, see also method getGPSAntennaOffset. According to DO-260B, the position offset is applied if the longitudinal offset is 1, i.e. if getGPSAntennaOffset() & 31 == 0x1.
Now ED-129B even goes one step further and defines POA as getGPSAntennaOffset() == 0x1, i.e. additionally to the above, lateral offset must be set to "No Data".

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions