From b58620c9815bba46bbab1ee6482e081630df7f35 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Fri, 24 Jan 2014 00:17:47 +0100 Subject: [PATCH 1/2] OP-1184 removed obsolete plots from the stack scope monitor gadget did same in TaskInfo uav object --- .../default_configurations/OpenPilotGCS.xml | 84 ++++++---- shared/uavobjectdefinition/taskinfo.xml | 155 +++++++++--------- 2 files changed, 124 insertions(+), 115 deletions(-) diff --git a/ground/openpilotgcs/share/openpilotgcs/default_configurations/OpenPilotGCS.xml b/ground/openpilotgcs/share/openpilotgcs/default_configurations/OpenPilotGCS.xml index 827ea2a1c..2ed464a0d 100644 --- a/ground/openpilotgcs/share/openpilotgcs/default_configurations/OpenPilotGCS.xml +++ b/ground/openpilotgcs/share/openpilotgcs/default_configurations/OpenPilotGCS.xml @@ -2285,7 +2285,8 @@ 1000 240 - 4294945280 + 4294901760 + true None StackRemaining-System TaskInfo @@ -2296,38 +2297,20 @@ 4294945280 + true None - StackRemaining-Actuator + StackRemaining-CallbackScheduler0 TaskInfo 0 1 0 0 - - 4294945280 - None - StackRemaining-Guidance - TaskInfo - 0 - 1 - 0 - 0 - - - 4294945280 - None - StackRemaining-Watchdog - TaskInfo - 0 - 1 - 0 - 0 - - 4294945280 + 4278190335 + true None - StackRemaining-TelemetryTx + StackRemaining-CallbackScheduler1 TaskInfo 0 1 @@ -2335,9 +2318,10 @@ 0 - 4294945280 + 4294967040 + true None - StackRemaining-TelemetryTxPri + StackRemaining-ManualControl TaskInfo 0 1 @@ -2345,9 +2329,10 @@ 0 - 4294945280 + 4278255615 + true None - StackRemaining-TelemetryRx + StackRemaining-Stabilization TaskInfo 0 1 @@ -2355,9 +2340,10 @@ 0 - 4294945280 + 4294923775 + true None - StackRemaining-GPS + StackRemaining-Actuator TaskInfo 0 1 @@ -2365,9 +2351,10 @@ 0 - 4294945280 + 4289331327 + true None - StackRemaining-ManualControl + StackRemaining-Sensors TaskInfo 0 1 @@ -2376,6 +2363,7 @@ 4294945280 + true None StackRemaining-Altitude TaskInfo @@ -2385,9 +2373,10 @@ 0 - 4294945280 + 4283760767 + true None - StackRemaining-AHRSComms + StackRemaining-TelemetryTx TaskInfo 0 1 @@ -2395,15 +2384,38 @@ 0 - 4294945280 + 4289331327 + true None - StackRemaining-Stabilization + StackRemaining-TelemetryTxPri TaskInfo 0 1 0 0 + + 4294901760 + true + None + StackRemaining-TelemetryRx + TaskInfo + 0 + 1 + 0 + 0 + + + 4283782527 + true + None + StackRemaining-RadioRx + TaskInfo + 0 + 1 + 0 + 0 + 12 1 1000 diff --git a/shared/uavobjectdefinition/taskinfo.xml b/shared/uavobjectdefinition/taskinfo.xml index 7dc843c0a..c5ddc5058 100644 --- a/shared/uavobjectdefinition/taskinfo.xml +++ b/shared/uavobjectdefinition/taskinfo.xml @@ -3,72 +3,70 @@ Task information + System - Actuator - Attitude - Sensors - TelemetryTx - TelemetryTxPri - TelemetryRx - RadioRx - GPS - ManualControl - Altitude - Airspeed - Stabilization - AltitudeHold - PathPlanner - PathFollower - FlightPlan - Com2UsbBridge - Usb2ComBridge - OveroSync - ModemRx - ModemTx - ModemStat - Autotune - EventDispatcher - MagBaro - OSDGen CallbackScheduler0 CallbackScheduler1 CallbackScheduler2 CallbackScheduler3 + + ManualControl + Stabilization + Actuator + Sensors + Attitude + Altitude + Airspeed + MagBaro + + PathFollower + FlightPlan + + TelemetryTx + TelemetryTxPri + TelemetryRx + + RadioRx + Com2UsbBridge + Usb2ComBridge + + GPS + OSDGen + Autotune + System - Actuator - Attitude - Sensors - TelemetryTx - TelemetryTxPri - TelemetryRx - RadioRx - GPS - ManualControl - Altitude - Airspeed - Stabilization - AltitudeHold - PathPlanner - PathFollower - FlightPlan - Com2UsbBridge - Usb2ComBridge - OveroSync - ModemRx - ModemTx - ModemStat - Autotune - EventDispatcher - MagBaro - OSDGen CallbackScheduler0 CallbackScheduler1 CallbackScheduler2 CallbackScheduler3 + + ManualControl + Stabilization + Actuator + Sensors + Attitude + Altitude + Airspeed + MagBaro + + PathFollower + FlightPlan + + TelemetryTx + TelemetryTxPri + TelemetryRx + + RadioRx + Com2UsbBridge + Usb2ComBridge + + GPS + OSDGen + Autotune @@ -77,40 +75,39 @@ + System - Actuator - Attitude - Sensors - TelemetryTx - TelemetryTxPri - TelemetryRx - RadioRx - GPS - ManualControl - Altitude - Airspeed - Stabilization - AltitudeHold - PathPlanner - PathFollower - FlightPlan - Com2UsbBridge - Usb2ComBridge - OveroSync - ModemRx - ModemTx - ModemStat - Autotune - EventDispatcher - MagBaro - OSDGen CallbackScheduler0 CallbackScheduler1 CallbackScheduler2 CallbackScheduler3 + + ManualControl + Stabilization + Actuator + Sensors + Attitude + Altitude + Airspeed + MagBaro + + PathFollower + FlightPlan + + TelemetryTx + TelemetryTxPri + TelemetryRx + + RadioRx + Com2UsbBridge + Usb2ComBridge + + GPS + OSDGen + Autotune - + From 16ff328bfb67e83fa521a97b1eeda68f3eca8f75 Mon Sep 17 00:00:00 2001 From: Philippe Renon Date: Fri, 24 Jan 2014 19:53:13 +0100 Subject: [PATCH 2/2] OP-1184 removed spurious drawAntialiased setting from stack scope config +review OPReview-632 --- .../default_configurations/OpenPilotGCS.xml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/ground/openpilotgcs/share/openpilotgcs/default_configurations/OpenPilotGCS.xml b/ground/openpilotgcs/share/openpilotgcs/default_configurations/OpenPilotGCS.xml index 2ed464a0d..decf3135b 100644 --- a/ground/openpilotgcs/share/openpilotgcs/default_configurations/OpenPilotGCS.xml +++ b/ground/openpilotgcs/share/openpilotgcs/default_configurations/OpenPilotGCS.xml @@ -2286,7 +2286,6 @@ 240 4294901760 - true None StackRemaining-System TaskInfo @@ -2297,7 +2296,6 @@ 4294945280 - true None StackRemaining-CallbackScheduler0 TaskInfo @@ -2308,7 +2306,6 @@ 4278190335 - true None StackRemaining-CallbackScheduler1 TaskInfo @@ -2319,7 +2316,6 @@ 4294967040 - true None StackRemaining-ManualControl TaskInfo @@ -2330,7 +2326,6 @@ 4278255615 - true None StackRemaining-Stabilization TaskInfo @@ -2341,7 +2336,6 @@ 4294923775 - true None StackRemaining-Actuator TaskInfo @@ -2352,7 +2346,6 @@ 4289331327 - true None StackRemaining-Sensors TaskInfo @@ -2363,7 +2356,6 @@ 4294945280 - true None StackRemaining-Altitude TaskInfo @@ -2374,7 +2366,6 @@ 4283760767 - true None StackRemaining-TelemetryTx TaskInfo @@ -2385,7 +2376,6 @@ 4289331327 - true None StackRemaining-TelemetryTxPri TaskInfo @@ -2396,7 +2386,6 @@ 4294901760 - true None StackRemaining-TelemetryRx TaskInfo @@ -2407,7 +2396,6 @@ 4283782527 - true None StackRemaining-RadioRx TaskInfo