Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Q
qgroundcontrol
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
4544db7c
Commit
4544db7c
authored
Dec 20, 2019
by
ChristopherOlson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
APMHeliComponent:Change to IM_STAB_COL parameter name for Copter 4.0
parent
58d6e891
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
APMHeliComponent.qml
src/AutoPilotPlugins/APM/APMHeliComponent.qml
+12
-12
No files found.
src/AutoPilotPlugins/APM/APMHeliComponent.qml
View file @
4544db7c
...
...
@@ -65,10 +65,10 @@ SetupPage {
property
Fact
_hRscGovTcgain
:
controller
.
getParameterFact
(
-
1
,
"
H_RSC_GOV_TCGAIN
"
)
property
Fact
_hRscGovRange
:
controller
.
getParameterFact
(
-
1
,
"
H_RSC_GOV_RANGE
"
)
property
Fact
_imSt
abCol1
:
controller
.
getParameterFact
(
-
1
,
"
IM_STA
B_COL_1
"
)
property
Fact
_imSt
abCol2
:
controller
.
getParameterFact
(
-
1
,
"
IM_STA
B_COL_2
"
)
property
Fact
_imSt
abCol3
:
controller
.
getParameterFact
(
-
1
,
"
IM_STA
B_COL_3
"
)
property
Fact
_imSt
abCol4
:
controller
.
getParameterFact
(
-
1
,
"
IM_STA
B_COL_4
"
)
property
Fact
_imSt
bCol1
:
controller
.
getParameterFact
(
-
1
,
"
IM_ST
B_COL_1
"
)
property
Fact
_imSt
bCol2
:
controller
.
getParameterFact
(
-
1
,
"
IM_ST
B_COL_2
"
)
property
Fact
_imSt
bCol3
:
controller
.
getParameterFact
(
-
1
,
"
IM_ST
B_COL_3
"
)
property
Fact
_imSt
bCol4
:
controller
.
getParameterFact
(
-
1
,
"
IM_ST
B_COL_4
"
)
property
Fact
_hTailType
:
controller
.
getParameterFact
(
-
1
,
"
H_TAIL_TYPE
"
)
property
Fact
_hTailSpeed
:
controller
.
getParameterFact
(
-
1
,
"
H_TAIL_SPEED
"
)
property
Fact
_hGyrGain
:
controller
.
getParameterFact
(
-
1
,
"
H_GYR_GAIN
"
)
...
...
@@ -400,17 +400,17 @@ SetupPage {
QGCLabel
{
text
:
qsTr
(
"
* Stabilize Collective Curve *
"
)
}
QGCLabel
{
text
:
qsTr
(
""
)
}
QGCLabel
{
text
:
_imSt
a
bCol1
.
shortDescription
}
FactTextField
{
fact
:
_imSt
a
bCol1
}
QGCLabel
{
text
:
_imStbCol1
.
shortDescription
}
FactTextField
{
fact
:
_imStbCol1
}
QGCLabel
{
text
:
_imSt
a
bCol2
.
shortDescription
}
FactTextField
{
fact
:
_imSt
a
bCol2
}
QGCLabel
{
text
:
_imStbCol2
.
shortDescription
}
FactTextField
{
fact
:
_imStbCol2
}
QGCLabel
{
text
:
_imSt
a
bCol3
.
shortDescription
}
FactTextField
{
fact
:
_imSt
a
bCol3
}
QGCLabel
{
text
:
_imStbCol3
.
shortDescription
}
FactTextField
{
fact
:
_imStbCol3
}
QGCLabel
{
text
:
_imSt
a
bCol4
.
shortDescription
}
FactTextField
{
fact
:
_imSt
a
bCol4
}
QGCLabel
{
text
:
_imStbCol4
.
shortDescription
}
FactTextField
{
fact
:
_imStbCol4
}
QGCLabel
{
text
:
qsTr
(
"
* Tail & Gyros *
"
)
}
QGCLabel
{
text
:
qsTr
(
""
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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