Skip to content

Add support for NMEA HDT (Heading True) sentence#101

Open
refadon wants to merge 2 commits into
kosma:masterfrom
refadon:feature/add-hdt-support
Open

Add support for NMEA HDT (Heading True) sentence#101
refadon wants to merge 2 commits into
kosma:masterfrom
refadon:feature/add-hdt-support

Conversation

@refadon

@refadon refadon commented Jul 7, 2026

Copy link
Copy Markdown

Description:

This PR introduces native support for parsing NMEA $--HDT (Heading, True) sentences, which are standard for gyrocompasses and heading sensors in marine applications.

Changes included:

  • Added MINMEA_SENTENCE_HDT to the sentence ID enum and mapped it inside sentence_id_map.
  • Implemented minmea_sentence_hdt data structure.
  • Implemented minmea_parse_hdt execution using the native minmea_scan parser engine.

This is useful for systems integrating both GNSS receiver data and true heading telemetry simultaneously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant