Skip to content

Commit

Permalink
Add WING_SETPOINT debug (#4261)
Browse files Browse the repository at this point in the history
* Add WING_SETPOINT debug

* Update order
  • Loading branch information
haslinghuis authored Nov 26, 2024
1 parent 5250570 commit e95e3a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const DEBUG = {
"SPA",
"TASK",
"GIMBAL",
"WING_SETPOINT",
],

fieldNames: {
Expand Down Expand Up @@ -773,6 +774,15 @@ const DEBUG = {
'debug[4]': 'Gimbal Pitch',
'debug[5]': 'Gimbal Yaw',
},
'WING_SETPOINT': {
'debug[all]': 'Wing Setpoint',
'debug[0]': 'Current Setpoint [roll]',
'debug[1]': 'Adjusted Setpoint [roll]',
'debug[2]': 'Current Setpoint [pitch]',
'debug[3]': 'Adjusted Setpoint [pitch]',
'debug[4]': 'Current Setpoint [yaw]',
'debug[5]': 'Adjusted Setpoint [yaw]',
},
},

enableFields: [
Expand Down

0 comments on commit e95e3a4

Please sign in to comment.