DonLakeFlyer
b2ced8786b
Move prerequisiteSetup method to AutopilotPlugin
...
This makes VehicleComponents reusable from core plugin without
requiring override of prerequisiteSetup
8 years ago
Don Gagne
0aea00885e
Motor Setup/Testing support
9 years ago
Lorenz Meier
78550907fe
Adjust license terms in all headers to reflect new dual-license
9 years ago
dogmaphobic
3e5cd8981a
Making the ESP8266 component "common" instead of APM/PX4 only.
9 years ago
Tomaz Canabrava
0d60190064
don't virtual a class that shouldn't be inheritable, use final instead
...
virtual marks a method for inclusion on a v-table, but we don't want
the methods of classes that won't be inheritable to have a v-table,
we want, however, to issue a warning if somebody try to inherit
that specific class and reimplement those methods.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
b5b1d616d9
APM Stack Camera Config
9 years ago
Don Gagne
f4880ad5d3
APM Copter basic tuning
9 years ago
Don Gagne
b37958b919
Remove unused methods
9 years ago
Don Gagne
c16f69e6ca
APM Safety Config
9 years ago
Don Gagne
b8e679802b
APM Radio Config
...
Refactored PX4 radio config to work with both PX4 and APM
10 years ago
Don Gagne
fb43c44204
More works towards removing UAS completely
10 years ago
Don Gagne
fb8a050bdd
SetupView converted to Qml only
10 years ago
Don Gagne
f8e7044518
Trigger list now QStringList
10 years ago
Don Gagne
fc01014c18
Modify UI to fit latest designer sketches
10 years ago
Don Gagne
8d7280049f
Add setup prereq support
10 years ago
Don Gagne
72806be5c7
Summary button content now comes from QML
10 years ago
Don Gagne
f08d592f23
Added new _autopilot member
10 years ago
Don Gagne
558b23f894
AutoPilot plugin restructuring for better QML support
...
- properties now hand off of main “autopilot” object in qml
- Added support for summary items through qml
10 years ago
Don Gagne
006b4d3611
New AutoPilotPlugin and VehicleSetup
11 years ago
Don Gagne
6963097588
commit
11 years ago
Don Gagne
af676062f1
Added/fixed license headers plus a tab
11 years ago
Don Gagne
36fafeec1c
Mock implementations of UAS, UASManager and QGCUASParamManger
...
Used for unit testing
11 years ago