Skip to content
GitLab
Menu
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
b0f9715d
Commit
b0f9715d
authored
May 03, 2018
by
Jacob Walser
Committed by
Willian Galvani
Oct 03, 2018
Browse files
Add BlueROV2 heavy default parameter configuration
parent
9a49a206
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/AutoPilotPlugins/APM/APMSubFrameComponent.qml
View file @
b0f9715d
...
...
@@ -198,8 +198,17 @@ SetupPage {
property
var
file
:
_oldFW
?
"
Sub/bluerov2-3_5.params
"
:
"
Sub/bluerov2-3_5_2.params
"
onClicked
:
{
console
.
log
(
_oldFW
)
console
.
log
(
_activeVehicle
.
firmwarePatchVersion
)
controller
.
loadParameters
(
file
)
hideDialog
()
}
}
QGCButton
{
width
:
parent
.
width
text
:
"
Blue Robotics BlueROV2 Heavy
"
property
var
file
:
"
Sub/bluerov2-heavy-3_5_2.params
"
onClicked
:
{
controller
.
loadParameters
(
file
)
hideDialog
()
}
...
...
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