Peter Barker
48a1b2f436
Copter: avoid allocate a GCS_MAVLINK per mavlink channel
6 years ago
Bill Geyer
c8b547a8e4
Copter: tradheli-remove snprintf statements
6 years ago
bnsgeyer
5eb5277f4c
Copter: tradheli-converts swashplate to H3-120 on upgrade based on old params
6 years ago
Michael du Breuil
599a1af5c1
Copter: Convert ARMING_CHECK
6 years ago
Leonard Hall
f128e93ec5
Copter: support for upgrade to PID object
6 years ago
Peter Barker
cf45108efb
Copter: set Heli frame default at compile-time
6 years ago
Michael du Breuil
c612291a47
Copter: Enable scripting parameters
6 years ago
Michael du Breuil
bd904f890f
Copter: Update for AFS interface
6 years ago
Peter Barker
676d75c391
Copter: correct namespacing of Copter modes
...
This makes us look like Rover and Plane in terms of namespacing for the
Mode classes, and removes a wart where we #include mode.h in the middle
of the Mode class.
This was done mechanically for the most part.
I've had to remove the convenience reference for ap as part of this.
6 years ago
ChristopherOlson
e13ff6c398
Copter: Parameters TradHeli Acro - add description for setting of virtual flybar
6 years ago
1iggy2
3c4bac7c97
Copter: added I frame for octa
6 years ago
bnsgeyer
4120e29614
AP_Motors: Tradheli-complete conversion of throttle curve params to percent
...
add conversion for throttle curve params for upgrade
6 years ago
Randy Mackay
2c682c7001
Copter: add missing AccelZ to GCS_PID_MASK param description
6 years ago
Peter Barker
e5b25824eb
Copter: remove unused takeoff_trigger_dz parameter
6 years ago
Randy Mackay
a5bdd12bfa
Copter: replace TUNE_LOW/HIGH params with TUNE_MIN/MAX
...
change from uint16 to floats to ease setup
also add check that no function assigned to rc6
6 years ago
Peter Barker
fad769f3bf
Copter: add param conversion from MAG_ENABLE to COMPASS_ENABLED
6 years ago
Peter Barker
2040580ce7
Copter: move enabled parameter into compass library
6 years ago
Patrick José Pereira
33764d6c3b
Copter: Fix typo
...
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
6 years ago
bnsgeyer
2ec470aaee
Copter:tradheli - added swash params to convert on upgrade
6 years ago
bnsgeyer
2fc942ac24
Copter: tradheli-convert swash parameters on firmware upgrade
6 years ago
Randy Mackay
ead3682e4c
Copter: correct ACRO_YAW_P param description
...
this parameter applies to all flight modes
6 years ago
Michael du Breuil
cac4b91671
Copter: Allow scripting to run
6 years ago
Andrew Tridgell
3f58461839
Copter: allow override of default frame type
6 years ago
Andrew Tridgell
36180faab5
Copter: added 3 more FRAME_TYPE values
6 years ago
bnsgeyer
62ffd273aa
Copter: Tradheli-default RC8_OPTION to motor interlock
6 years ago
Peter Barker
b47733142f
GLOBAL: rename DataFlash_Class to AP_Logger
6 years ago
Dr.-Ing. Amilcar do Carmo Lucas
00d9cc2e09
Copter: Only use the 6 LSBs, avoids a cpp warning
6 years ago
Pierre Kancir
8c5d9d38a6
Copter: fix snprintf size warning
6 years ago
Michael du Breuil
fc2ea009fb
Copter: Reset all storage when format version is incorrect
6 years ago
IamPete1
21b6a2a878
Copter: Add value to paramiter discription
6 years ago
Andrew Tridgell
89d54767b1
Copter: convert to use AC_AutoTune library
...
this maintains existing behaviour
6 years ago
Francisco Ferreira
a2fa63bcf7
Copter: fix Cygwin build
...
Static initialization doesn't have an exact order, we can't rely on it
6 years ago
Randy Mackay
550be0bfb1
Copter: tradheli default table made static
6 years ago
Randy Mackay
00b909255c
Copter: tradheli uses set_defaults_from_table
6 years ago
ChristopherOlson
2e98de3292
Copter:Parameters-TradHeli - set defaults for PSC and LOIT controllers
6 years ago
Randy Mackay
f8773e0bdc
Copter: enable ground effect compensation by default
6 years ago
Andrew Tridgell
2f79932611
Copter: auto-convert landing gear PWM parameters
6 years ago
Peter Barker
72440e2af3
Copter: allow VFR_HUD.alt to be relative-alt if DEV_OPTIONS has bit 2 set
6 years ago
Michael du Breuil
f7245e7797
Copter: Remove old parameter conversion that conflicts with newer code
6 years ago
Michael du Breuil
5740ea55e8
Copter: Fix battery failsafe param conversion
6 years ago
CAO MUQING
71beab7502
Copter: create and update Zigzag flight mode
6 years ago
Randy Mackay
e44f7dc3e1
Copter: minor fix to user parameters
7 years ago
SergeyBokhantsev
af6303c82b
Copter: User parameters implementation
7 years ago
Randy Mackay
9fff6d1e71
Copter: restore CHx_OPT param descriptions
...
This will help users who are using beta mission planner (which gets param descriptions from master) with Copter-3.6 which still has these parameters.
7 years ago
Andrew Tridgell
59cd468444
Copter: fixed RC_Channels parameter docs
7 years ago
Peter Barker
e7e56dde7a
Copter: move handling of RC switches into RC_Channel
7 years ago
chobits
6f2814d70c
Copter: clarify RTL_ALT parameter description
7 years ago
Luis Vale Gonçalves
6194413829
Copter: clarify PILOT_THR_BHV param desc
7 years ago
Lucas De Marchi
7f0d5ddf21
AP_Param: stop panic()'ing on unknown parameters
...
Our track record on keeping parameters up to date with master is not
great and panic()'ing when loading them apparently is not helping
because every and each vehicle has a different file.
On aerofc load_defaults_file() is used in the same way as
load_embedded_param_defaults() is in which the panic() behavior has been
previously removed.
This finishes the removal of the panic param and add warnings to the
debug console when reading the parameters (rather than when counting
them).
7 years ago
Andrew Tridgell
20dea6df45
Copter: moved OSD to top level params
...
this gives us plenty of param depth for a complex param tree
7 years ago