99 Commits (73ed6c9dbf9b41c93754d9239fd36dc6423097bf)

Author SHA1 Message Date
Jason Short d2a5928c06 Ap state updates 12 years ago
rmackay9 1f801714e8 ArduCopter: incorporate new version of inertial navigation 12 years ago
rmackay9 d9b4407e64 AP_InertialSensor: changes after review with Tridge. 12 years ago
rmackay9 a1b4ec6d0e ArduCopter: move to use new INS library instead of IMU library 12 years ago
rmackay9 5e8043fd9c ArduCopter: changed ACRO_ROLL_STABILIZE and ACRO_PITCH_STABILIZE to parameters 12 years ago
rmackay9 4395fad6e9 ArduCopter: incremented eeprom format version to force users to accept the new defaults. 12 years ago
rmackay9 4a41a3d210 ArduCopter: added BATT_VOLT_PIN and BATT_CURR_PIN parameters to allow support for new 3DR IV battery voltage and current monitor 12 years ago
rmackay9 ea4f256f8e ArduCopter: BATT_PIN parameter added to allow you to select which pin is used for voltage and current measurements 13 years ago
Jason Short a73bc70553 ACM : Params - formatting cleanup 13 years ago
rmackay9 c9d34c1737 ArduCopter: fixes to allow AP_Mount to work on APM1 with original default channels and fix to reenable support for 3-axis gimbals on APM2. 13 years ago
Andrew Tridgell e8d928cca4 ACM: added TELEM_DELAY to ArduCopter 13 years ago
uncrustify 6a893c11c7 uncrustify ArduCopter/Parameters.h 13 years ago
rmackay9 2a83f1eef2 ArduCopter: remove RTL_LAND parameter as it's been deprecated in favour of APPROACH_ALT. 13 years ago
Amilcar Lucas 9cc705939a Add a second mount instance 13 years ago
Andrew Tridgell c2a4d59132 AP_Param: update ArduCopter core for new AP_Param interface 13 years ago
Amilcar Lucas d9f1140278 ArduCopter: Use generic channel names for AP_Mount servos. 13 years ago
Amilcar Lucas e93daca17e Fix heli compilation 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
Jason Short ad45012739 Arducopter: Renamed Config define (RTL_HOLD_ALT) 13 years ago
Jason Short 5a73a2b9cd Arducopters parameter: Adjusted RTL_ALTITUDE units so they reflect comments in config.h 13 years ago
Jason Short c9d3ab5413 Oilpan ADC parameters added 13 years ago
rmackay9 29b6ec0b11 ArduCopter: reverted channel 5~8 to be regular RC_Channel objects, restored rc_camera_roll and rc_camera_pitch RC_Channels and created new rc_camera_yaw RC_Channel to control the camera mount servos. 13 years ago
Andreas M. Antonopoulos c73f7ef3ab AP_Limits library, provides modular "limits" such as altitude and geo-fencing. 13 years ago
Andreas M. Antonopoulos d4a0cb5db1 Added Michael Pursifull's Maxsonar HRLV model support 13 years ago
Jason Short 0620d86bfd Arducopter:Params 13 years ago
Jason Short af5423b863 Toy Mode: High Yaw default 13 years ago
Amilcar Lucas dfe0983e1e Merge the changes from APM_Camera branch into ArduCopter 13 years ago
Jason Short 038116f521 Airspeed patch: 13 years ago
Adam M Rivera 6e93ab6af6 Parameters: Added flag for camera pitch/roll servos (continuous or regular) 13 years ago
Jason Short 3a3966736c Params 13 years ago
Jason Short e35fb9ecd7 Parameters 13 years ago
Jason Short 49401bffae Params: Added toy_yate_rate 13 years ago
Andrew Tridgell 55092c25a6 SITL: enable the SIM_* parameters in ArduCopter and ArduPlane 13 years ago
Jason Short 839b8865aa Parameters.h: throttle_min and throttle_max now have defaults from Config.h 13 years ago
Jason Short 15aea320cb Added note to remove this unused param 13 years ago
Jason Short 9d92602188 changed WP radius to AP_Int16 13 years ago
Robert Lefebvre c8fb9a6635 More CopterLEDS changes. 13 years ago
Adam M Rivera 60c347e23b Parameters: Added g.retro_loiter which is configurable by the user via the MP. 13 years ago
Adam M Rivera a366bb2f81 Parameters: Changed rtl_approach_alt to float to support more granular altitudes 13 years ago
Andrew Tridgell 95cb35c7bb AHRS: enable AHRS_ group in ArduCopter 13 years ago
Adam M Rivera 7ba8c291bd Parameters: Added new APPROACH_ALT params (g.rtl_approach_alt) which stored the users desired target altitude after RTL is complete. 13 years ago
rmackay9 0a3bc9a66a ArduCopter - LEDS - two new parameters to support COPTER_LEDS. 13 years ago
rmackay9 f8210b164c ArduCopter - Parameters.h - changed initialisation order to remove compiler warning (have not changed enum values so shouldn't require eeprom format id update) 13 years ago
rmackay9 ee308ea06c ArduCopter - increased firmware version to 118. Removed nearly all heli parameters as these are all created by the AP_MotorHeli class now. 13 years ago
Robert Lefebvre a480b32400 Added support for TradHeli H1 swashplate type. Added new param heli_h1_swash_enabled. 13 years ago
Andrew Tridgell e213f6780e ACM: added RC_SPEED MAVLink parameter 13 years ago
Andrew Tridgell f781bd735b ACM: fixed Parameters.h to avoid duplicate keys 13 years ago
Jason Short b76c4ecb22 added stab_d gain scheduling 13 years ago
Jason Short 04b70ffdc2 added Axis_Lock params 13 years ago
Randy Mackay 232359186e TradHeli - fixed small parameter bug affecting helis. The servo parameters were declared as GSCALAR instead of GGROUP in Parameters.pde. 13 years ago