3716 Commits (2ab3d2c080fa2dc4c658dbacb4cfc42600dfd216)
 

Author SHA1 Message Date
Andrew Tridgell 1e8d98cdda I2C: added lockup_count() interface 13 years ago
Andrew Tridgell 37275d229d SITL: implement cli()/sei() properly for desktop build 13 years ago
Robert Lefebvre e49c2d2871 Rescale TradHeli roll_out and pitch_out into the min and max ranges to provide linear motion across the input range instead of stopping when the input hits the constrain value. These calculations are based on an assumption of the user specified roll_max and pitch_max coming into this equation at 4500 or less, and based on the original assumption of the total g.heli_servo_x.servo_out range being -4500 to 4500. 13 years ago
Michael Oborne ee5e331f3c APM Planner 1.1.45 13 years ago
Jason Short 41b435a487 Updated fastPWM to 490Hz 13 years ago
Pat Hickey 337af0c7a2 AP_Param: nested group recursion into next_group disableable by macro 13 years ago
Pat Hickey 2648694489 AP_Param: One more nexted group recursion disableable by macro 13 years ago
rmackay9 fa34ac076e AP_Compass - fixed compile warning 13 years ago
rmackay9 19f5719e59 Merge remote-tracking branch 'origin/master' 13 years ago
rmackay9 d81c951849 AP_Baro - fixed small compiler warning to do with order of parameters in constructor 13 years ago
rmackay9 c819a0f68a AP_Compass - fixed small compiler warning to do with order of parameters in constructor 13 years ago
rmackay9 5026b5c192 AP_DCM - fixed small compiler warning to do with order of parameters in constructor 13 years ago
rmackay9 82f81295a7 RC_Channel - fixed small compiler warning 13 years ago
rmackay9 c444cdb3f4 AP_ADC - removed small compiler warning 13 years ago
Michael Oborne a5e3f8d324 APM Planner 1.1.44 13 years ago
Jason Short 7c09e4a5e6 added stab_d gain scheduling - off by default 13 years ago
Jason Short a387956814 added stab_d gain scheduling 13 years ago
Jason Short ceef8070ac added stab_d gain scheduling 13 years ago
Jason Short b76c4ecb22 added stab_d gain scheduling 13 years ago
Jason Short efdf6ee79f added option for stab_d gain scheduling 13 years ago
Jason Short ca34d7b7c2 Added test for stab_d gain scheduling. 13 years ago
Pat Hickey 16ed16f403 Cleanup: rm ArduCopter/GCS_Mavlink\ copy.txt 13 years ago
Pat Hickey eac8b66385 AP_Param: Make nested group recursion disableable by macro 13 years ago
Pat Hickey ff0fc26484 Cleanup: rename files with spaces in their names, replace with underscores 13 years ago
Robert Lefebvre 76c3cd88f0 Added heli_collectiveFactor array 13 years ago
rmackay9 744e5b8c60 ArduCopter - made rate controller filters globals to fix compiler error on Arduino 022 (Arduino 1.0 was fine) 13 years ago
rmackay9 4a0989f95d ArduCopter - Attitude.pde - updated get_rate_roll and get_rate_pitch to use new average filter. 13 years ago
rmackay9 02cf07bb6b ArduPlane - updated to use new filter library 13 years ago
rmackay9 17d94b61ed ArduCopter - modified to work with new Filter library 13 years ago
rmackay9 2b6a10d18b AP_RangeFinder - changed example sketch to work with new Filter library 13 years ago
rmackay9 033347f8ee Filter - updated example sketch to use modified library 13 years ago
rmackay9 645fda2fb2 Filter - added AverageFilter, removed SumFilter 13 years ago
Andrew Tridgell cb52b6c6d9 AP_Param: show numerical value in eeprom dump utility 13 years ago
Andrew Tridgell a432232db9 AP_Param: fixed v.load() on a sub-element of a AP_Vector3f 13 years ago
Andrew Tridgell 39797c6f33 SITL: simulate noise on each ADC channel separately 13 years ago
Andrew Tridgell efe5c0142c SITL: raise the ADC noise level to 8 bits when flying 13 years ago
Andrew Tridgell cd4fcb694e IMU: removed unused accel_filtered code 13 years ago
Andrew Tridgell 87a6d97f7b AP_Param: fixed setting of CAM_P_G in ArduCopter 13 years ago
Andrew Tridgell fa443bd928 AP_Param: make the templating code a bit clearer 13 years ago
Michael Oborne 57ed9fc62b APM Planner 1.1.43 13 years ago
Jason Short ba68d6d8a1 Set loiter rate enabled by default 13 years ago
Jason Short e06d8142c1 Added OPtion for non-rate based loiter 13 years ago
Jason Short 6e53949c2a removed Constraint that caused JLN's horizontal drift. 13 years ago
Jason Short 517172ba20 Added Loiter Rate Tuning 13 years ago
Jason Short 0ce0c7c262 Added Loiter_rate_tuning 13 years ago
Jason Short eac77504a3 Added more Logging for PIDs. 13 years ago
Andrew Tridgell eb35e0e8ac DCM: fixed the sense of the compass GPS test in initial yaw 13 years ago
Hazy a9eb37d9f3 Merge branch 'master' of https://code.google.com/p/ardupilot-mega 13 years ago
Hazy 71b73a669c APM Planner 13 years ago
rmackay9 297d2ae457 ModeFilter - corrected shadowed variable compiler warning for drop_high_sample 13 years ago