diff --git a/src/js/debug.js b/src/js/debug.js index 0b9903b8da..caa5f7a6b2 100644 --- a/src/js/debug.js +++ b/src/js/debug.js @@ -99,6 +99,7 @@ const DEBUG = { "SPA", "TASK", "GIMBAL", + "WING_SETPOINT", ], fieldNames: { @@ -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: [