Randy Mackay
1bad6a4b15
Copter: add AP_Mission object parameter
...
Remove global command_total and command_index parameters
11 years ago
Randy Mackay
d992483bf5
Copter: add EKF params to full param list
11 years ago
Andrew Tridgell
a45d77f893
Copter: set the ahrs.set_armed() flag
11 years ago
proficnc
bbf5c11c8a
Update Parameters.pde
...
Moved Disabled to the bottom of the drop-down box for selecting logging types.
This is to reduce the potential for someone to accidentally select Disabled when they intend on selecting Default.
11 years ago
Randy Mackay
00913ffe1b
Copter: throttle rate to simple P controller
...
Saves at least 15bytes of RAM
11 years ago
Randy Mackay
aab9b30bf6
Copter: replace APM_PI with AC_P
...
Saves about 90bytes of RAM
11 years ago
Andrew Tridgell
24f2ac20de
Copter: removed HIL_MODE_ATTITUDE
...
this really can't work any more, as AHRS can't support it
11 years ago
Randy Mackay
9ef3fd850f
Copter: remove use of SUPER_SIMPLE definition
11 years ago
Randy Mackay
3e399fd830
Copter: remove unused parameters
11 years ago
Randy Mackay
364946cb7f
Copter: AttControl param prefix shortened to ATC
11 years ago
Randy Mackay
3b0de0d23d
Copter: integrate trad heli AttControl
11 years ago
Randy Mackay
ef666c73ab
Copter: remove Position mode
11 years ago
Randy Mackay
3b9ae02966
Copter: add Circle parameter
11 years ago
Randy Mackay
784f7385b5
Copter: add attitude and pos control params
11 years ago
Randy Mackay
7b9a48107e
Copter: move angle_max parameter to AP_Vehicle
11 years ago
Randy Mackay
2219f21744
Copter: add RC_FEEL_RP parameter
...
Values from 0 ~ 100 control amount of filtering on roll and pitch input.
100 = no filter so crisp feel, 0 = a lot of filtering so very sluggish
response
11 years ago
Randy Mackay
91b78c0cbe
Copter: bug fix for duplicate single and coax params
11 years ago
Randy Mackay
5d929351ca
Copter: removed unused servo3, servo4 from coax
11 years ago
Dneault
f48e106271
Copter: add coax heli support
...
Motors should be attached to RCOutputs 1 and 2, Flaps should be connected
to RC outputs 3 and 4
11 years ago
Andrew Tridgell
415db390af
Copter: check param table on startup
11 years ago
Randy Mackay
7fcd847f77
Copter: reword FRAME parameter's @Value
11 years ago
Randy Mackay
231e3ccaac
Copter: add NewX @Value for FRAME parameter
11 years ago
Randy Mackay
dee5fb212a
Copter: remove dup definition of FRAME_ORIENTATION
...
Ideally the frame orientation parameter should be moved to the motors
class
11 years ago
Andrew Tridgell
50a90a1043
Copter: enable AP_BoardConfig
11 years ago
Randy Mackay
ae4f368f16
Copter: allow ch6 tuning of loiter speed
11 years ago
Bill Bonney
a6078cd281
Copter: Fix SYSID ranges to support GCS display of param correctly
11 years ago
Randy Mackay
138c2803be
Copter: combine NTUN and INAV dataflash msgs
11 years ago
Robert Lefebvre
8b36c59d8b
TradHeli: rename Stab_Col parameters
...
With H_ prefix they appear with the rest of the tradheli specific params in the parameter list.
11 years ago
Lukasz
cb17a5bdb6
Copter: Add RSSI_RANGE parameter
...
Added ability to rescale rssi input voltage. Useful for receivers like
FrSky which have 3.3V output.
11 years ago
ctech4285
2b5d8aa5b7
Copter: integrate EPM library
11 years ago
Randy Mackay
58788d2934
Copter: increasd default logging for PX4, Pixhawk
11 years ago
Randy Mackay
c5746e5434
Copter: update THR_MAX @Range and comments
11 years ago
Randy Mackay
59cea4b88c
Copter: remove CopterLED from main code
11 years ago
Randy Mackay
7ae3014c14
Copter: parameter @Units to Percent*10
11 years ago
Randy Mackay
14b3547830
Copter: rename some parameter Display Names
...
Also move some parameter descriptions to @User Advanced
11 years ago
Randy Mackay
c32d77c626
Copter: fix @Group for SingleCopter
11 years ago
Andrew Tridgell
9c812d5028
Copter: added SERIAL2_BAUD and rename SERIAL3_BAUD to SERIAL1_BAUD
11 years ago
Andrew Tridgell
a49710f20e
Copter: added uartD support
...
this also brings GCS_Mavlink.pde closer to the plane implementation
11 years ago
Randy Mackay
ed9f369492
Copter: shorten g.arming_check_enabled variable
...
g.arming_check_enabled shortened to g.arming_check
11 years ago
Randy Mackay
1645748e43
Copter: update @Range for Rate PIDs and Sonar
...
This will reduce false positives in DroneShare's tlog analyser
11 years ago
Randy Mackay
0219c85ee3
Copter: increase min LAND_SPEED to 30cm/s
11 years ago
Randy Mackay
e6a2940718
Copter: prefix SingleCopter's MOT param description
...
This should allow single copter's MOT_ parameter descriptions to be more
easily recognised as belonging to SingleCopter when viewed on the wiki's
arducopter-parameters page
11 years ago
Randy Mackay
b47cd6d5be
Copter: fix SingleCopter motor parameters link
11 years ago
Randy Mackay
87127f0ab8
Copter: allow battery failsafe to trigger RTL
11 years ago
Randy Mackay
bc1e06757b
Copter: allow GPS failsafe to trigger AltHold
...
FS_GPS_ENABLE parameter accepts two new options, 2=AltHold,
3=LandEvenFromStabilize.
If set to 3 the GPS failsafe will trigger and LAND even from manual
flight modes like Stabilize and ACRO. This is useful for users who want
to ensure their copters can never stray outside the circular fence (the
fence only triggers when it knows it is outside the bounds, and it can't
know this if it has no GPS)
11 years ago
Randy Mackay
c9c803ffd4
TradHeli: move STAB_COL_MIN to main parameter list
11 years ago
Randy Mackay
34fb70cfc7
TradHeli: formatting and param description changes
11 years ago
Randy Mackay
f0f6e85b39
Copter: ARMING_CHECK made into bitmask
...
Allows arming checks to be individually enabled or disabled for baro,
compass, GPS, INS, parameters, RC and board voltage
11 years ago
Jason Short
371dc8c616
Copter: Drift Mode
...
Changes Toy mode declarations to Drift mode.
Requires GPS, Mode 2 transmitter
Drift mode mixes Roll, Pitch and Yaw into a single stick on mode two transmitters.
11 years ago
Randy Mackay
159d6320bf
Copter: move SINGLE parameters to start at 75
11 years ago