1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

more bugfixes related to UAVObject renaming

This commit is contained in:
Corvus Corax 2013-06-23 00:10:00 +02:00
parent 73b22f5cb1
commit 00a603c88f
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ Rectangle {
sceneSize: background.sceneSize
smooth: true
property real sideSlip: Accels.y
property real sideSlip: AccelState.y
//smooth side slip changes, a low pass filter replacement
//accels are updated once per second
Behavior on sideSlip {

View File

@ -57,8 +57,8 @@ PfdQmlGadgetWidget::PfdQmlGadgetWidget(QWidget *parent) :
"AttitudeState" <<
"AccelState" <<
"VelocityDesired" <<
"PositionDesired" <<
"AttitudeHoldDesired" <<
"PathDesired" <<
"AltitudeHoldDesired" <<
"GPSPositionSensor" <<
"GCSTelemetryStats" <<
"FlightBatteryState";