ChristopherOlson
c9c3df08ab
APMAutoPilotPlugin - do not display Heli Setup for versions prior to Copter 4.0
6 years ago
Don Gagne
1ae9f30f79
Follow page not showing up for Rover
6 years ago
DonLakeFlyer
b912322e0e
ArduPIlot Follow Me setup
6 years ago
Don Gagne
3089da58b4
Enable ArduPilot motor testing
6 years ago
murata
0de1d960bf
AutoPilotPlugins: Change NULL or 0 to nullptr
6 years ago
Don Gagne
f87ae2e90e
Fix typo
6 years ago
DonLakeFlyer
57d0292df6
Rework ArduPilot Airfame setup page
6 years ago
Don Gagne
93b26d6cc1
More work on no serial port ifdef
6 years ago
Don Gagne
1a963e4d04
Fix no serial and android builds
6 years ago
Don Gagne
74ce084c30
Check for CubeBlack service bulletin
6 years ago
Willian Galvani
6aae99ff05
APMAutoPilotPlugin: update to use versionCompare()
7 years ago
Willian Galvani
cb1471a2f7
APMMotorComponent: Create it
7 years ago
Willian Galvani
d4c9f2ce5c
Vehicle: show motor test only for ArduSub >= 3.5.3
7 years ago
Jacob Walser
d3dcf3f898
Revert "Remove motor test"
...
This reverts commit c69a49e611
.
7 years ago
DonLakeFlyer
585f8efdb5
Initial Heli Setup page
7 years ago
DonLakeFlyer
7d75737402
Remove incomplete Mixers page
8 years ago
Jacob Walser
0548da2835
Remove flightmodes component for Sub 3.5+
8 years ago
DonLakeFlyer
b2ced8786b
Move prerequisiteSetup method to AutopilotPlugin
...
This makes VehicleComponents reusable from core plugin without
requiring override of prerequisiteSetup
8 years ago
Don Gagne
66e05199e4
Add Mixers tuning page
8 years ago
Don Gagne
3480f76e14
Add param loading to new airframe page
8 years ago
Jacob Walser
01acf4925d
Remove uneccessary qWarning
9 years ago
Jacob Walser
68280d32ae
Add frame configuration page for ArduSub
9 years ago
Don Gagne
0ce6d773bb
Allows QGC plugins to be optional or custom
9 years ago
Rustom Jehangir
adc0c94133
Add lights settings component for Sub.
9 years ago
Don Gagne
e92110a7d3
Refactor parameter apis from AutoPilotPlugin to ParameterManager
9 years ago
Rustom Jehangir
a78ee55b13
Make supportsRadio a plugin option
9 years ago
Don Gagne
c69a49e611
Remove motor test
...
Numbering on motor command is wrong (or strange), so wrong motors spin
when using sliders
9 years ago
Rustom Jehangir
efc19ab41a
Disable radio setup page for ArduSub vehicle
9 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
Don Gagne
92b353bd7f
Rework param loading
9 years ago
Don Gagne
5024b7aba9
Reorder vehicle components
9 years ago
dogmaphobic
3e5cd8981a
Making the ESP8266 component "common" instead of APM/PX4 only.
9 years ago
Tomaz Canabrava
df4043b5f1
Simplify creation of Plugin Members
...
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
9 years ago
Don Gagne
b5b1d616d9
APM Stack Camera Config
10 years ago
Don Gagne
b887cbd9cd
Airframe component is always created
10 years ago
Don Gagne
01ff99bff0
APM Power Config
10 years ago
Tomaz Canabrava
ff32b9fe14
Add the initial stub for the AirFrame configuration for APM
...
This commit introduces the APM Airframe configuration. The interface
is the same as the PX4 one, but the way we deal with the uas is a bit different
Since the APM stack doesn't provide a xml with airframe definitions a
new one was created by hand with only the values that we need, wich will
trigger a download of the parameters file from the mavlink github
Now it correctly handles the FRAME variable and it's faster
regarding the download of the parameters for each type of Frame.
Only show Airframes for ArduCopter, not for ArduRover nor ArduPlane
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
10 years ago
Don Gagne
f4880ad5d3
APM Copter basic tuning
10 years ago
Don Gagne
c16f69e6ca
APM Safety Config
10 years ago
Don Gagne
2be5e74d11
APM accel calibration
10 years ago
Don Gagne
89cacd32a1
Convert QGCMessageBox to QGCApplication::showMessage
10 years ago
Don Gagne
690ae21b5a
APM Flight Mode Config
10 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
d24d0a054b
Empty APM Airframe vehicle component
10 years ago
Don Gagne
f132b11025
ParameterLoader to Vehicle, ParameterMetaData to FirmwarePlugin
10 years ago
Don Gagne
f1070496e0
Move ParameterLoader override to FirmwarePlugin
10 years ago