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
f517889f
Commit
f517889f
authored
Dec 28, 2015
by
Don Gagne
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #2485 from DonLakeFlyer/PowerComponent
Power component shutdown
parents
ed5015eb
a52f38e7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
6 deletions
+2
-6
PowerComponentController.cc
src/AutoPilotPlugins/PX4/PowerComponentController.cc
+0
-5
PowerComponentController.h
src/AutoPilotPlugins/PX4/PowerComponentController.h
+0
-1
SettingsDialog.cc
src/ui/SettingsDialog.cc
+2
-0
No files found.
src/AutoPilotPlugins/PX4/PowerComponentController.cc
View file @
f517889f
...
...
@@ -36,11 +36,6 @@ PowerComponentController::PowerComponentController(void)
}
PowerComponentController
::~
PowerComponentController
()
{
_stopCalibration
();
}
void
PowerComponentController
::
calibrateEsc
(
void
)
{
_warningMessages
.
clear
();
...
...
src/AutoPilotPlugins/PX4/PowerComponentController.h
View file @
f517889f
...
...
@@ -40,7 +40,6 @@ class PowerComponentController : public FactPanelController
public:
PowerComponentController
(
void
);
~
PowerComponentController
();
Q_INVOKABLE
void
calibrateEsc
(
void
);
Q_INVOKABLE
void
busConfigureActuators
(
void
);
...
...
src/ui/SettingsDialog.cc
View file @
f517889f
...
...
@@ -60,6 +60,8 @@ SettingsDialog::SettingsDialog(QWidget *parent, Qt::WindowFlags flags)
this
->
window
()
->
setWindowTitle
(
tr
(
"QGroundControl Settings"
));
_ui
->
tabWidget
->
setCurrentWidget
(
pMavsettings
);
connect
(
_ui
->
buttonBox
,
&
QDialogButtonBox
::
accepted
,
this
,
&
SettingsDialog
::
accept
);
}
SettingsDialog
::~
SettingsDialog
()
...
...
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