diff --git a/src/uas/SlugsMAV.h b/src/uas/SlugsMAV.h
index a8e9b4597bb5e0904eb011cf8afb3f496b6583e8..5b6d1c49edcbffb8025c284f6fc76e168e084223 100644
--- a/src/uas/SlugsMAV.h
+++ b/src/uas/SlugsMAV.h
@@ -37,6 +37,60 @@ public:
public slots:
/** @brief Receive a MAVLink message from this MAV */
void receiveMessage(LinkInterface* link, mavlink_message_t message);
+
+signals:
+ // ESPECIAL SLUGS MESSAGE
+ void slugsCPULoad(UASInterface* uas,
+ uint8_t sensLoad,
+ uint8_t ctrlLoad,
+ uint8_t batVolt,
+ quint64 time);
+
+ void slugsAirData(UASInterface* uas,
+ float dinamicPressure,
+ float staticPresure,
+ uint16_t temperature,
+ quint64 time);
+
+ void slugsSensorBias(UASInterface* uas,
+ double axBias,
+ double ayBias,
+ double azBias,
+ double gxBias,
+ double gyBias,
+ double gzBias,
+ quint64 time);
+
+ void slugsDiagnostic(UASInterface* uas,
+ double diagFl1,
+ double diagFl2,
+ double diagFl3,
+ int16_t diagSh1,
+ int16_t diagSh2,
+ int16_t diagSh3,
+ quint64 time);
+
+ void slugsPilotConsolePWM(UASInterface* uas,
+ uint16_t dt,
+ uint16_t dla,
+ uint16_t dra,
+ uint16_t dr,
+ uint16_t de,
+ quint64 time);
+
+ void slugsPWM(UASInterface* uas,
+ uint16_t dt_c,
+ uint16_t dla_c,
+ uint16_t dra_c,
+ uint16_t dr_c,
+ uint16_t dle_c,
+ uint16_t dre_c,
+ uint16_t dlf_c,
+ uint16_t drf_c,
+ uint16_t da1_c,
+ uint16_t da2_c,
+ quint64 time);
+
};
#endif // SLUGSMAV_H
diff --git a/src/uas/UASInterface.h b/src/uas/UASInterface.h
index 135cd28fdd997abb62781ef62fdd2e1e5fa93ed4..c160346fefe12ac7996bfd8479d8678291cea1bf 100644
--- a/src/uas/UASInterface.h
+++ b/src/uas/UASInterface.h
@@ -385,57 +385,6 @@ signals:
void irUltraSoundLocalizationChanged(UASInterface* uas, int fix);
- // ESPECIAL SLUGS MESSAGE
- void slugsCPULoad(UASInterface* uas,
- uint8_t sensLoad,
- uint8_t ctrlLoad,
- uint8_t batVolt,
- quint64 time);
-
- void slugsAirData(UASInterface* uas,
- float dinamicPressure,
- float staticPresure,
- uint16_t temperature,
- quint64 time);
-
- void slugsSensorBias(UASInterface* uas,
- double axBias,
- double ayBias,
- double azBias,
- double gxBias,
- double gyBias,
- double gzBias,
- quint64 time);
-
- void slugsDiagnostic(UASInterface* uas,
- double diagFl1,
- double diagFl2,
- double diagFl3,
- int16_t diagSh1,
- int16_t diagSh2,
- int16_t diagSh3,
- quint64 time);
-
- void slugsPilotConsolePWM(UASInterface* uas,
- uint16_t dt,
- uint16_t dla,
- uint16_t dra,
- uint16_t dr,
- uint16_t de,
- quint64 time);
-
- void slugsPWM(UASInterface* uas,
- uint16_t dt_c,
- uint16_t dla_c,
- uint16_t dra_c,
- uint16_t dr_c,
- uint16_t dle_c,
- uint16_t dre_c,
- uint16_t dlf_c,
- uint16_t drf_c,
- uint16_t da1_c,
- uint16_t da2_c,
- quint64 time);
diff --git a/src/ui/SlugsDataSensorView.cc b/src/ui/SlugsDataSensorView.cc
index b70a853f189163e48dbed65c21168c146dbc995b..150fcabb4e03d7280ee2896700d7ef72af35a847 100644
--- a/src/ui/SlugsDataSensorView.cc
+++ b/src/ui/SlugsDataSensorView.cc
@@ -113,6 +113,8 @@ void SlugsDataSensorView::refresh()
ui->m_SlugsGyBiases_textEdit->setText(QString::number(Gyb, 'f', 4));
ui->m_SlugsGzBiases_textEdit->setText(QString::number(Gzb, 'f', 4));
+
+
}
}
diff --git a/src/ui/SlugsDataSensorView.ui b/src/ui/SlugsDataSensorView.ui
index 9ecc9a54ae5ecbcedcc3c391ec255657300de05a..e3d8e8403dd9fc8aff0bec03eee8b4183d38c807 100644
--- a/src/ui/SlugsDataSensorView.ui
+++ b/src/ui/SlugsDataSensorView.ui
@@ -6,7 +6,7 @@
0
0
- 335
+ 353
646
@@ -24,2018 +24,85 @@
- 335
- 649
+ 16777215
+ 16777215
Form
-
-
-
- 0
- 10
- 317
- 628
-
-
-
- 3
-
-
-
- Position
-
-
-
-
- 9
- 9
- 293
- 108
-
+
+ -
+
+
+ 0
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Position
-
-
-
-
- 10
- 26
- 16
- 16
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- QFrame::NoFrame
-
-
- X
-
-
-
-
-
- 32
- 26
- 65
- 18
-
-
-
-
- 0
- 0
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
-
-
- 103
- 26
- 16
- 16
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Y
-
-
-
-
-
- 126
- 26
- 65
- 18
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
-
-
- 197
- 26
- 16
- 16
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- QFrame::NoFrame
-
-
- Z
-
-
-
-
-
- 219
- 26
- 64
- 18
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
-
-
- 10
- 65
- 16
- 16
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Vx
-
-
-
-
-
- 103
- 65
- 17
- 16
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Vy
-
-
-
-
-
- 126
- 65
- 65
- 18
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
-
-
- 197
- 65
- 16
- 16
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Vz
-
-
-
-
-
- 219
- 65
- 64
- 18
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
-
-
- 32
- 65
- 65
- 18
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
-
-
-
- 9
- 123
- 293
- 107
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Attitude
-
-
-
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Roll
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 75
- true
-
-
-
- Pitch
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 75
- true
-
-
-
- Yaw
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
-
-
-
-
-
- 9
- 236
- 293
- 108
-
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Navigation
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Pitch C
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Psi_d C
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Phi C
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Ay body
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- From WP
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- To WP
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Tot Run
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Dist to G
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- U_m
-
-
-
-
-
-
-
-
- 9
- 350
- 293
- 107
-
-
-
-
- 10
- 75
- true
-
-
-
- Diagnostic Messages
-
-
- -
-
-
- Fl1
-
-
-
- -
-
-
- Fl2
-
-
-
- -
-
-
- Fl3
-
-
-
- -
-
-
- Sh1
-
-
-
- -
-
-
- Sh2
-
-
-
- -
-
-
- Sh3
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
-
-
-
-
-
- 9
- 463
- 293
- 107
-
-
-
-
- 10
- 75
- true
-
-
-
- Log Messages
-
-
- -
-
-
- Fl1
-
-
-
- -
-
-
- Fl2
-
-
-
- -
-
-
- Fl3
-
-
-
- -
-
-
- Fl4
-
-
-
- -
-
-
- Fl5
-
-
-
- -
-
-
- Fl6
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
- -
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
-
-
-
-
-
-
- Navigation
-
-
-
-
- 0
- 40
- 301
- 121
-
-
-
- GPS Data
-
-
- -
-
-
- Time
-
-
-
- -
-
-
- Date
-
-
-
- -
-
-
- Longitude
-
-
-
- -
-
-
- Latitude
-
-
-
- -
-
-
-
-
-
-
-
- Page
-
-
-
-
- 62
- 99
- 133
- 20
-
-
-
-
-
-
- 201
- 99
- 46
- 16
-
-
-
- TextLabel
-
-
-
-
-
- 253
- 99
- 133
- 20
-
-
-
-
-
-
- 10
- 99
- 46
- 16
-
-
-
- TextLabel
-
-
-
-
-
- 13
- 12
- 46
- 16
-
-
-
-
- 46
- 0
-
-
-
- TextLabel
-
-
-
-
-
- 65
- 12
- 80
- 19
-
-
-
-
- 0
- 0
-
-
-
-
- 80
- 0
-
-
-
-
- 100
- 19
-
-
-
-
-
-
- 150
- 10
- 46
- 16
-
-
-
-
- 46
- 0
-
-
-
- TextLabel
-
-
-
-
-
- 200
- 10
- 133
- 20
-
-
-
-
- 0
- 0
-
-
-
-
- 133
- 0
-
-
-
-
-
-
- Sensor Biases
-
-
-
-
- 9
- 237
- 311
- 111
-
-
-
-
- 311
- 111
-
-
-
-
- 311
- 111
-
-
-
- Sensor Biases
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Axb
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Gxb
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Ayb
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Gyb
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Azb
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
-
- 10
- 75
- true
-
-
-
- Gzb
-
-
-
- -
-
-
-
- 0
- 0
-
-
-
-
- 16777215
- 16777215
-
-
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
-
-
- true
-
-
-
-
-
- sensorBiases_groupBox
- lineEdit
- label_51
- lineEdit
- lineEdit_2
- lineEdit_3
- lineEdit_4
- label_51
- label_52
- label_53
- label_54
- lineEdit
-
-
-
- PWM Command
-
-
- -
-
+
+
+ Position
+
+
+
+
+ 9
+ 236
+ 293
+ 108
+
+
- 311
- 171
+ 0
+ 0
- 311
- 171
+ 16777215
+ 16777215
+
+
+ 10
+ 75
+ true
+
+
- PWM Commands
+ Navigation
-
-
- 6
-
-
-
-
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
0
@@ -2056,12 +123,12 @@
- Thro
+ Pitch C
- -
-
+
-
+
0
@@ -2088,8 +155,8 @@
- -
-
+
-
+
0
@@ -2102,22 +169,20 @@
16777215
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
+
+
+ 10
+ 75
+ true
+
-
- true
+
+ Psi_d C
-
-
+
0
@@ -2144,8 +209,8 @@
- -
-
+
-
+
0
@@ -2158,22 +223,20 @@
16777215
-
- QFrame::WinPanel
-
-
- Qt::ScrollBarAlwaysOff
-
-
- Qt::ScrollBarAlwaysOff
+
+
+ 10
+ 75
+ true
+
-
- true
+
+ Phi C
- -
-
+
-
+
0
@@ -2200,8 +263,8 @@
- -
-
+
-
+
0
@@ -2222,12 +285,12 @@
- Aile
+ Ay body
- -
-
+
-
+
0
@@ -2240,20 +303,22 @@
16777215
-
-
- 10
- 75
- true
-
+
+ QFrame::WinPanel
-
- Elev
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
- -
-
+
-
+
0
@@ -2274,12 +339,12 @@
- Rudd
+ From WP
- -
-
+
-
+
0
@@ -2292,20 +357,22 @@
16777215
-
-
- 10
- 75
- true
-
+
+ QFrame::WinPanel
-
- FailSafe
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
- -
-
+
-
+
0
@@ -2326,12 +393,12 @@
- Thro Trim
+ To WP
- -
-
+
-
+
0
@@ -2358,8 +425,8 @@
- -
-
+
-
+
0
@@ -2380,12 +447,12 @@
- Aile Trim
+ Tot Run
- -
-
+
-
+
0
@@ -2412,8 +479,8 @@
- -
-
+
-
+
0
@@ -2434,12 +501,12 @@
- Elev Trim
+ Dist to G
- -
-
+
-
+
0
@@ -2466,8 +533,8 @@
- -
-
+
-
+
0
@@ -2488,40 +555,272 @@
- Rudd Trim
+ U_m
- -
-
-
-
- 0
- 0
-
+
+
+
+
+
+ 9
+ 350
+ 293
+ 107
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Diagnostic Messages
+
+
+ -
+
+
+ Fl1
-
-
- 16777215
- 16777215
-
+
+
+ -
+
+
+ Fl2
-
- QFrame::WinPanel
+
+
+ -
+
+
+ Fl3
+
+
+
+ -
+
+
+ Sh1
+
+
+
+ -
+
+
+ Sh2
+
+
+
+ -
+
+
+ Sh3
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ -
+
Qt::ScrollBarAlwaysOff
Qt::ScrollBarAlwaysOff
-
- true
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
- -
-
+
-
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+
+
+
+
+
+ 9
+ 463
+ 293
+ 107
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Log Messages
+
+
+ -
+
+
+ Fl1
+
+
+
+ -
+
+
+ Fl2
+
+
+
+ -
+
+
+ Fl3
+
+
+
+ -
+
+
+ Fl4
+
+
+
+ -
+
+
+ Fl5
+
+
+
+ -
+
+
+ Fl6
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+ -
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+
+
+
+
+
+
+ 9
+ 9
+ 297
+ 145
+
+
+
+ -
+
0
@@ -2541,13 +840,351 @@
true
-
- Available
-
+
+ Position
+
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ QFrame::NoFrame
+
+
+ X
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 65
+ 18
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Y
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 65
+ 18
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ QFrame::NoFrame
+
+
+ Z
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 64
+ 18
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Vx
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 65
+ 18
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Vy
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 65
+ 18
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Vz
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 64
+ 18
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+
- -
-
+
-
+
0
@@ -2560,26 +1197,1331 @@
16777215
-
- QFrame::WinPanel
+
+
+ 10
+ 75
+ true
+
-
- Qt::ScrollBarAlwaysOff
+
+ Attitude
+
+
+
-
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Roll
+
+
+
+ -
+
+
+
+ 53
+ 21
+
+
+
+
+ 53
+ 21
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 75
+ true
+
+
+
+ Pitch
+
+
+
+ -
+
+
+
+ 54
+ 21
+
+
+
+
+ 54
+ 21
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 75
+ true
+
+
+
+ Yaw
+
+
+
+ -
+
+
+
+ 53
+ 21
+
+
+
+
+ 53
+ 21
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Navigation
+
+
+
+
+ 0
+ 40
+ 301
+ 121
+
+
+
+ GPS Data
+
+
+ -
+
+
+ Time
-
- Qt::ScrollBarAlwaysOff
+
+
+ -
+
+
+ Date
-
- true
+
+
+ -
+
+
+ Longitude
+
+
+
+ -
+
+
+ Latitude
+
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ -
+
+
+ TextLabel
-
-
-
-
+
+
+
+ Page
+
+
+
+
+ 62
+ 99
+ 133
+ 20
+
+
+
+
+
+
+ 201
+ 99
+ 46
+ 16
+
+
+
+ TextLabel
+
+
+
+
+
+ 253
+ 99
+ 133
+ 20
+
+
+
+
+
+
+ 10
+ 99
+ 46
+ 16
+
+
+
+ TextLabel
+
+
+
+
+
+ 13
+ 12
+ 46
+ 16
+
+
+
+
+ 46
+ 0
+
+
+
+ TextLabel
+
+
+
+
+
+ 65
+ 12
+ 80
+ 19
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 80
+ 0
+
+
+
+
+ 100
+ 19
+
+
+
+
+
+
+ 150
+ 10
+ 46
+ 16
+
+
+
+
+ 46
+ 0
+
+
+
+ TextLabel
+
+
+
+
+
+ 200
+ 10
+ 133
+ 20
+
+
+
+
+ 0
+ 0
+
+
+
+
+ 133
+ 0
+
+
+
+
+
+
+ Sensor Biases
+
+
+ -
+
+
+
+ 311
+ 111
+
+
+
+
+ 311
+ 111
+
+
+
+ Sensor Biases
+
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Axb
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Gxb
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Ayb
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Gyb
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Azb
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Gzb
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+
+
+
+
+ sensorBiases_groupBox
+ lineEdit
+ label_51
+ lineEdit
+ lineEdit_2
+ lineEdit_3
+ lineEdit_4
+ label_51
+ label_52
+ label_53
+ label_54
+ lineEdit
+
+
+
+ PWM Command
+
+
+ -
+
+
+
+ 311
+ 171
+
+
+
+
+ 311
+ 171
+
+
+
+ PWM Commands
+
+
+
+ 6
+
+
-
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Thro
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Aile
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Elev
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Rudd
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ FailSafe
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Thro Trim
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Aile Trim
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Elev Trim
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Rudd Trim
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+
+ 10
+ 75
+ true
+
+
+
+ Available
+
+
+
+ -
+
+
+
+ 0
+ 0
+
+
+
+
+ 16777215
+ 16777215
+
+
+
+ QFrame::WinPanel
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ Qt::ScrollBarAlwaysOff
+
+
+ true
+
+
+
+
+
+
+
+
+
+
+