Skip to content

feat(gr26/ingest): register DCDC status message decoder#218

Merged
BK1031 merged 1 commit into
mainfrom
jake/dcdc
Jun 22, 2026
Merged

feat(gr26/ingest): register DCDC status message decoder#218
BK1031 merged 1 commit into
mainfrom
jake/dcdc

Conversation

@jacobjurek

Copy link
Copy Markdown
Contributor
  • Register 0x012: DCDCStatus in gr26/model/message.go so DCDC frames are decoded
  • DCDC publishes GRCAN node 0x2A, frame 0x2A01202 → msgID 0x012 (the value Mapache routes on)
  • Without this, DCDC frames hit the unknown_can_id path and no dcdc_* signals are produced
  • Pairs with Gaucho-Racing/TCM-26 change adding 0x2A: "dcdc" to the publisher's nodeIDMap

Map msgID 0x012 (GRCAN node 0x2A, frame 0x2A01202) to DCDCStatus so DCDC
frames decode into dcdc_* signals instead of being stored as unknown_can_id.
@BK1031 BK1031 merged commit a64a619 into main Jun 22, 2026
19 checks passed
@BK1031 BK1031 deleted the jake/dcdc branch June 22, 2026 18:32
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.

2 participants