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:
parent
73b22f5cb1
commit
00a603c88f
@ -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 {
|
||||
|
@ -57,8 +57,8 @@ PfdQmlGadgetWidget::PfdQmlGadgetWidget(QWidget *parent) :
|
||||
"AttitudeState" <<
|
||||
"AccelState" <<
|
||||
"VelocityDesired" <<
|
||||
"PositionDesired" <<
|
||||
"AttitudeHoldDesired" <<
|
||||
"PathDesired" <<
|
||||
"AltitudeHoldDesired" <<
|
||||
"GPSPositionSensor" <<
|
||||
"GCSTelemetryStats" <<
|
||||
"FlightBatteryState";
|
||||
|
Loading…
Reference in New Issue
Block a user