54 Commits (5a9485a4191bb6896aa1559928c3acabc22a901a)

Author SHA1 Message Date
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
Andrew Tridgell de3c9ce56d Airspeed: change APM to use new AP_Airspeed library 13 years ago
Andrew Tridgell b3aa704c49 AirSpeed: added parameter ARSPD_USE 13 years ago
Phil 9242c157ee APM: Fix rudder in elevon mode. 13 years ago
Pat Hickey dfece8e3ff ArduPlane: Call APM_RC.enable_out for all channels in init_rc_out. 13 years ago
Pat Hickey 4015cb0a40 purple: fixed APM_RC.Init() to add isr_registry parameter 13 years ago
Jason Short 326cfef808 Dead Zone fix - Now the range is full instead of clipped. Should make the Yaw much more smooth. 14 years ago
Amilcar Lucas dca013965a Fix issue #285 14 years ago
Andrew Tridgell 4437ff1046 get rid of the last active uses of the SendDebug macros 14 years ago
Amilcar Lucas 1f29197771 Revert more of 6dcbc7f44bc0. 14 years ago
Amilcar Lucas 5406991831 Added support for routing any function to any of the aux. servos. 14 years ago
Doug Weibel f05f56f83f Correct bug in initialization of auxiliary channels 14 years ago
Amilcar Lucas 77c798abd5 Use G_RC_AUX macro to simplify accessing the auxiliary servos 14 years ago
Amilcar Lucas ce010b4e38 Moved update_aux_servo_function() to the RC_Channel_aux.* files. 14 years ago
Amilcar Lucas 93cbe664d6 Only run camera code if camera support is enabled 14 years ago
Amilcar Lucas b36d0352f3 Added a comment about lower half of the array 14 years ago
Amilcar Lucas d3280bdd16 Added comments explaining when should the function be used 14 years ago
Amilcar Lucas 59cbb8ec6f Moved a camera mount function call, out of the servos update function 14 years ago