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
707b16d8
Commit
707b16d8
authored
Apr 29, 2019
by
DonLakeFlyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
parent
64eebbef
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
292 additions
and
313 deletions
+292
-313
ChangeLog.md
ChangeLog.md
+1
-0
APMTuningComponentCopter.qml
src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml
+288
-310
PIDTuning.qml
src/QmlControls/PIDTuning.qml
+3
-3
No files found.
ChangeLog.md
View file @
707b16d8
...
...
@@ -6,6 +6,7 @@ Note: This file only contains high level features or important fixes.
### 3.6.0 - Daily Build
*
ArduCopter: Add PID Tuning page to Tuning Setup
*
ArduPilot: Copter - Advanced Tuning support
*
ArduPilot: Rover - Frame setup support
*
ArduPilot: Copter - Update support to 3.5+
...
...
src/AutoPilotPlugins/APM/APMTuningComponentCopter.qml
View file @
707b16d8
This diff is collapsed.
Click to expand it.
src/QmlControls/PIDTuning.qml
View file @
707b16d8
...
...
@@ -323,7 +323,7 @@ RowLayout {
}
Item
{
width
:
1
;
height
:
1
}
QGCLabel
{
text
:
qsTr
(
"
Saved Tuning
Values:
"
)
}
QGCLabel
{
text
:
qsTr
(
"
Clipboard
Values:
"
)
}
GridLayout
{
rows
:
savedRepeater
.
model
.
length
...
...
@@ -348,12 +348,12 @@ RowLayout {
spacing
:
_margins
QGCButton
{
text
:
qsTr
(
"
Save
Values
"
)
text
:
qsTr
(
"
Save
To Clipboard
"
)
onClicked
:
saveTuningParamValues
()
}
QGCButton
{
text
:
qsTr
(
"
Res
et To Saved Values
"
)
text
:
qsTr
(
"
Res
tore From Clipboard
"
)
onClicked
:
resetToSavedTuningParamValues
()
}
}
...
...
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