149 Commits (24d15517fff67b856116e7869d31f996f3bdf32d)

Author SHA1 Message Date
Amilcar Lucas 0b0b9c29a2 Allow fully independent operation of two AP_Mount instances 13 years ago
Andrew Tridgell 518d6365ff AP_Param: update remaining libraries for new constructor syntax 13 years ago
Amilcar Lucas 107155fa1a AP_Mount: Allow using any RC channel to control any of the mount axes. 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
Amilcar Lucas 3de23220ed RC_Channel parameters: Fix a typo 13 years ago
Amilcar Lucas 22d2f9ea15 Support up to 7 aux servo outputs 13 years ago
Amilcar Lucas 461098b289 Replace long with int32_t 13 years ago
Amilcar Lucas 724c5f6490 Use ascending order in the values 13 years ago
Amilcar Lucas 1da0ce20ce Improve parameter documentation, it still does not work, but is an improvement. 13 years ago
rmackay9 669ffb5ef8 RC_Channel_aux: added enable_out method to help stop servos from moving before the mount has initialised. 13 years ago
Amilcar Lucas cc02d85cdf AP_Mount: add support for non-spring-loaded joysticks 13 years ago
Amilcar Lucas 9a41cbffdf RC_Channel: improve parameter documentation 13 years ago
Amilcar Lucas af338939be RC_Channel: Improve documentation 13 years ago
Amilcar Lucas e9c72822dc Remove unused function 13 years ago
Amilcar Lucas 78ccb9d37f Add linebreaks to increase readability. 13 years ago
Amilcar Lucas b072a59843 Improve parameters descriptive text 13 years ago
Amilcar Lucas 594cedd324 Documentation improvements, no functional changes (only comments) 13 years ago
Amilcar Lucas 1906e06b69 Added camera trigger functionality 13 years ago
Amilcar Lucas a32b7c200b Add "3 axis camera stabilization" and "point camera to 3D point" functionality 13 years ago
rmackay9 c3b1a79f6a RC_Channel library: change all "int" types to "int16_t". 13 years ago
rmackay9 d9f124afbb RC_Channel.pde: fixed compile errors so that it actually works! 13 years ago
Jason Short c2d14a5cad RC_Channel fix for throttle output. 13 years ago
Jason Short 0adb5cb396 Issue 416: RC_Channel – Fix to make dead_zones still output 0 13 years ago
Jason Short 1c690b44de removed never used filter, and fixed a constrain that could make range calcs go bad 13 years ago
Jason Short 862b374d19 Channel rage fix - low output was always 0 vs _low 13 years ago
rmackay9 82f81295a7 RC_Channel - fixed small compiler warning 13 years ago
Jason Short 1e37a0ec17 added a limit to range output 13 years ago
Andrew Tridgell 085cc00c33 RC_Channel_aux: fixed a uninitialied variable error, and save a bit of stack space 13 years ago
Andrew Tridgell 37cabb4cfa fixed dead zone load/save 13 years ago
Andrew Tridgell 47807ec68d RC_Channel_aux: catch invalid function settings 13 years ago
Andrew Tridgell 9c5a5473ab added indexes to group info structures 13 years ago
Andrew Tridgell 84aef17bb0 fixed initialisation of RC_Channel class 13 years ago
Andrew Tridgell bf4a77da81 convert libraries to new typesafe macros 13 years ago
Andrew Tridgell 12dac42174 modify RC_Channel for AP_Param 13 years ago
analoguedevices 0ea6ecf8d1 Removed outdated comment: 13 years ago
Michael Oborne 8ec192cf45 fix uint > int issue - for hil 13 years ago
Randy Mackay ed19c25a97 Arduino 1.0 - changed all #includes of "WProgram.h", "wiring.h" and "WConstants.h to "Arduino.h". 13 years ago
Michael Oborne 6b949511ca change rc norm_output to scale evenly across the entire range 13 years ago
Pat Hickey c9f7618ccc purple: rework the RC_Channel library for the APM_RC changes 13 years ago
Amilcar Lucas ab730ff919 Added camera and/or antenna mount support. 13 years ago
Michael Oborne d18bb1cc7e prevent div by 0 13 years ago
Andrew Tridgell 0211fc2f09 move g_rc_function[] to RC_Channel library 13 years ago
Jason Short 76bf784f8c RC_Channel Dead zone 13 years ago
James Goppert 0c7c508541 Optional recursion added. 14 years ago
James Goppert 5489b84f8e Improvements to cmake. 14 years ago
James Goppert d887a28b91 Added ArduBoat/ ArduRover/ and APO library. 14 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
Jason Short ce338071eb RC_Channel tweaks. using Radio_trim rather than 1500 in Raw output. Cleaned up line in calc PWM to be easier to read. 14 years ago