Skip to content

Commit

Permalink
Add Gimbal debug (#4260)
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis authored Nov 25, 2024
1 parent 521b388 commit 5250570
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 @@ -98,6 +98,7 @@ const DEBUG = {
"S_TERM",
"SPA",
"TASK",
"GIMBAL",
],

fieldNames: {
Expand Down Expand Up @@ -763,6 +764,15 @@ const DEBUG = {
'debug[6]': 'Difference estimated vs actual',
'debug[7]': 'Late count',
},
'GIMBAL': {
'debug[all]': 'Gimbal',
'debug[0]': 'Headtracker Roll',
'debug[1]': 'Headtracker Pitch',
'debug[2]': 'Headtracker Yaw',
'debug[3]': 'Gimbal Roll',
'debug[4]': 'Gimbal Pitch',
'debug[5]': 'Gimbal Yaw',
},
},

enableFields: [
Expand Down

0 comments on commit 5250570

Please sign in to comment.