71 Commits (77c6e518874f4cc1470a1afd22f5d2dbd988a4c2)

Author SHA1 Message Date
Andrew Tridgell 77c6e51887 Plane: allow throttle failsafe on no RC input 11 years ago
Andrew Tridgell 3508a14542 Plane: small arming tidyups 11 years ago
Michael Day b0a0316dd6 Plane: Now using AP_Arming library. 11 years ago
Andrew Tridgell 56f574684d Plane: fixed throttle failsafe with reversed throttle 11 years ago
Andrew Tridgell 035ac3800a Plane: use G_Dt for acro angle integration 11 years ago
Andrew Tridgell 8a76d82de4 Plane: set failsafe_radio AP_Notify bits 12 years ago
Andrew Tridgell 43ffe91546 Plane: added FS_ACTION of 2 for glide 12 years ago
Andrew Tridgell 233b033e8c Plane: removed old speed/altitude control algorithms 12 years ago
Andrew Tridgell 51b9cf3e76 Plane: move failsafe variables into a structure 12 years ago
Andrew Tridgell 608345415b Plane: pass aircraft parameters to attitude controllers 12 years ago
Andrew Tridgell 3ba713352f Plane: use update_aux() for setting up extra channels 12 years ago
Andrew Tridgell 399970e76f Plane: fixed default deadzone for the throttle channel 12 years ago
Randy Mackay 9df93881fb Plane: set_dead_zone renamed to set_default_dead_zone 12 years ago
Andrew Tridgell f300df5fd1 Plane: added FS_LONG_TIMEOUT and FS_SHORT_TIMEOUT parameters 12 years ago
Andrew Tridgell a5bda3ffef Plane: changed to using a "aircraft parameters" structure 12 years ago
Andrew Tridgell 056e0ca40d Plane: APM2 doesn't have channel 9 PWM output 12 years ago
Andrew Tridgell 6bac13f9e2 Plane: fixed RCMAP_* to fix channel ranges for no-reboot changes 12 years ago
Andrew Tridgell 4c9bc30f58 Plane: make it possible to change control channel ordering without reboot 12 years ago
Andrew Tridgell a1f64d606a Plane: fixed remaining places where primary channel ordering was assumed 12 years ago
Andrew Tridgell fb9bf21522 Plane: allow channel mapping of first 4 channels 12 years ago
Andrew Tridgell 515d726ee0 Plane: use RC_Channel::rc_channel() instead of rc_ch[] 12 years ago
Andrew Tridgell 0b8c2da4df Plane: support 12 output channels on PX4 12 years ago
Andrew Tridgell 8f091e70c8 Plane: move elevon variables into a structure 12 years ago
Andrew Tridgell c47bc09a3c Plane: avoid doing radio trim if less than 20% of travel available 12 years ago
Andrew Tridgell 5d54215221 Plane: use int16_t() not int() to ensure simulator matches AVR 12 years ago
Andrew Tridgell dfb14d760b Plane: added HIL_SERVOS option 12 years ago
Michael b9a5be6c8b Plane: added secondary elevator support 12 years ago
Andrew Tridgell 9178022a73 Plane: don't change trims if radio_in is zero 12 years ago
Andrew Tridgell 9058949558 Plane: fixed some warnings 12 years ago
Andrew Tridgell edad43611d Plane: reset last heartbeat time on startup completion 12 years ago
Andrew Tridgell feca411943 Plane: added new TRAINING mode 12 years ago
Pat Hickey f8dec9ae4a ArduPlane: fixes to use CONFIG_HAL_BOARD instead of CONFIG_APM_HARDWARE 12 years ago
Pat Hickey 92b0c302f2 ArduPlane: Ported to AP_HAL 12 years ago
Andrew Tridgell 84300c85d6 APM: make it possible to run the CLI on any serial port 12 years ago
Andrew Tridgell fcbd3a823b APM: added a new type of auxilary aileron, with rc input 12 years ago
Andrew Tridgell c8e84d18a4 APM: tidy up a comment 13 years ago
Andrew Tridgell feb3fe77ce APM: simplify radio_trim code 13 years ago
Andrew Tridgell 5c3595e0dc APM: fixed throttle nudging 13 years ago
Andrew Tridgell 49468953a3 APM: updated for new RC_Channel_aux API 13 years ago
Andrew Tridgell fce01464b1 APM: added ALT_CTRL_ALG parameter 13 years ago
uncrustify 43991712be uncrustify ArduPlane/radio.pde 13 years ago
rmackay9 360c1198a6 ArduPlane: more "int" to "int16_t" and added cast to (int) in printf statements. 13 years ago
Andrew Tridgell e2c8ec2c9e APM: removed THROTTLE_REVERSE option 13 years ago
Andrew Tridgell 5bfd1200d6 APM: change variables to use _cm, _cd and _ms suffix for units 13 years ago
Andrew Tridgell a823c9ceae APM: removed cli slider and dipswitch options 13 years ago
Amilcar Lucas b8c7b8a786 RC_Channel: Allow each channel to know who they are, this simplifies the enabling and output function calls. 13 years ago
Amilcar Lucas 9c1ac2d9e6 More work on ch9, 10 and 11 13 years ago
Amilcar Lucas bbc4bdb729 More flexible RC support 13 years ago
Andrew Tridgell d6e370886f APM: rename airspeed_cruise to airspeed_cruise_cm to make the units clearer 13 years ago
Amilcar Lucas 610fdeacc1 Support up to 11 servos in APM2 13 years ago