Skip to content

Commit

Permalink
added GNSS compass signal health message
Browse files Browse the repository at this point in the history
  • Loading branch information
CL16gtgh committed May 26, 2024
1 parent 7456719 commit cf78408
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions PCAN_project/hytech.sym
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,14 @@ Sig=dash_dial_mode unsigned 8 // Dashboard dial position
Sig=mode_intended unsigned 8 // TC mode selected by driver
Sig=mode_actual unsigned 8
Sig=torque_limit unsigned 16 /f:0.001 // AMK inverter torque limit in use
Sig=num_sats_pvt_1 unsigned 8
Sig=num_sats_rtk_1 unsigned 8
Sig=highest_cn0_1 unsigned 8
Sig=num_sats_pvt_2 unsigned 8
Sig=num_sats_rtk_2 unsigned 8
Sig=num_com_sats_pvt unsigned 8
Sig=num_com_sats_rtk unsigned 8
Sig=highest_cn0_2 unsigned 8

{SENDRECEIVE}

Expand Down Expand Up @@ -1756,3 +1764,15 @@ Sig=mode_actual 12
Sig=dash_dial_mode 20
Sig=torque_mode 28
Sig=torque_limit 36

[VN_GNSS_COMP_SIG_HEALTH]
ID=0EAh
Len=8
Sig=num_sats_pvt_1 0
Sig=num_sats_rtk_1 8
Sig=highest_cn0_1 16
Sig=num_sats_pvt_2 24
Sig=num_sats_rtk_2 32
Sig=highest_cn0_2 40
Sig=num_com_sats_pvt 48
Sig=num_com_sats_rtk 56

0 comments on commit cf78408

Please sign in to comment.