3541 Commits (744e5b8c602d4cc44d478892a2ddbdb5a4118040)
 

Author SHA1 Message Date
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
rmackay9 b9b88ba237 Filter - added AverageFilter - this will be used in place of SumFilter because it removes the possibility of overflows 13 years ago
rmackay9 f53ff8de97 Filter - removed shadowing of variables in constructors for Filter, ModeFilter and SumFilter (sorry tridge!) 13 years ago
rmackay9 e1114bf7f7 ArduPlane - added Filter.h to unbreak the build! 13 years ago
rmackay9 8193c786ef ArduCopter - added #include <Filter.h> to unbreak the build! 13 years ago
rmackay9 74f7d7a1c0 ModeFilter - remove older ModeFilter library (new library is now in Filter directory) 13 years ago
rmackay9 21d7a77009 ArduPlane - switch sonar to use new mode filter from filter library 13 years ago
rmackay9 69132e0fe7 ArduCopter - change sonar to use new mode filter from Filter library 13 years ago
rmackay9 f264e29814 AP_RangeFinder - cut over to use new ModeFilter from Filter library 13 years ago
rmackay9 c14d7768f7 Filter - first version of filter library include ModeFilter 13 years ago
rmackay9 952e5d7bbc AP_Mount - #include FastSerial first to allow it to compile under Arduino 1.0 13 years ago
Jason Short f27e9f9ca1 added a simple rest of nav_throttle just in case 13 years ago
Jason Short cc5ab4aebf increased speed of alt hold I term based on Jani's Logs 13 years ago
Jason Short 1ce267f904 increased the rate error for more responsive alt hold 13 years ago
Jason Short a924c3685e Based on Jani's latest logs I've made two tweaks to alt hold. 13 years ago
Andrew Tridgell d0a6359b37 Compass: use constructor to set initial values for _learn and _use_for_yaw 13 years ago
Andrew Tridgell 900388a85a DCM: disable compass null offsets when setting initial yaw 13 years ago
Andrew Tridgell e2bbc795ad ACM: use a NULL gps pointer in DCM init 13 years ago
Andrew Tridgell f59297d7a7 Compass: catch the case of a user enabling a compass mid-flight 13 years ago
Andrew Tridgell 0248b48d30 allow MAG_ENABLE to be changed in flight 13 years ago
Andrew Tridgell eb71b26d3f DCM: use the new use_for_yaw() compass method 13 years ago
Andrew Tridgell 664622523d Compass: added COMPASS_LEARN and COMPASS_USE parameters 13 years ago
Andrew Tridgell 864ed1a87f ACM: check the return of compass.init() 13 years ago
Andrew Tridgell 698749dd92 ACM: don't pass a gps pointer to DCM 13 years ago
Andrew Tridgell f10097a6d5 AP_Param: added some comments on AP_Vector3f handling 13 years ago
Andrew Tridgell 5e2fbdb6cf DCM: don't reset _have_initial_yaw for GPS heading unless very slow 13 years ago