Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
28b26e7b
Commit
28b26e7b
authored
Sep 19, 2016
by
Mark Whitehorn
Browse files
fix FW stabilized mode description
parent
6d8385ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/PX4/PX4AdvancedFlightModes.qml
View file @
28b26e7b
...
...
@@ -60,7 +60,7 @@ Item {
readonly
property
string
fwAcroModeName
:
qsTr
(
"
Stabilized
"
)
readonly
property
string
mrAcroModeName
:
qsTr
(
"
Acro
"
)
readonly
property
string
fwAcroModeDescription
:
qsTr
(
"
The angular rates are controlled, but not the attitude
.
"
)
readonly
property
string
fwAcroModeDescription
:
qsTr
(
"
Roll/pitch angles and rudder deflection are controlled
.
"
)
readonly
property
string
mrAcroModeDescription
:
qsTr
(
"
The angular rates are controlled, but not the attitude.
"
)
readonly
property
string
altCtlModeName
:
qsTr
(
"
Altitude
"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment