3620 Commits (a9dea35310bffea4d02f9b961eeaa5a9cdff7e09)
 

Author SHA1 Message Date
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
Andrew Tridgell 9d6ac9032e test: updated VARTest for new AP_Param vector3f handling 13 years ago
Andrew Tridgell 690dc9052a GCS: force scalar type in copy_name() 13 years ago
Andrew Tridgell 2e9105c68a AP_Param: added special handling for Vector3f 13 years ago
Andrew Tridgell d6bfceef7c SITL: added -C option to desktop mode 13 years ago
Andrew Tridgell 54aa8297af libs: removed unused library GPS_IMU 13 years ago
Andrew Tridgell 185ab5aea9 libs: removed unusued library GCS_SIMPLE 13 years ago
Andrew Tridgell 57971e0ddf autotest: fixed xAccel calculation in fakepos.py 13 years ago
Andrew Tridgell 55e33c3359 DCM: tidy up use of error_course and in_motion 13 years ago
Andrew Tridgell ab8cc3d478 DCM: use rotation_matrix_from_euler() to calculate initial yaw 13 years ago
Jason Short 1e254cbca0 Compass heading added to ATT log 13 years ago
Michael Oborne 23cc9c6132 APM Planner 1.1.41 13 years ago
rmackay9 57e5eee8c8 TradHeli - increase max yaw input to 45 degrees 13 years ago
Jason Short 385828824d updated Gains for Marco's loiter test 13 years ago
Jason Short 24345d4f43 Loiter updates 13 years ago
Michael Oborne d85596841f APM Planner 1.1.41 13 years ago
Andrew Tridgell ddeda1c367 DCM: use rotation_matrix_from_euler() in matrix reset 13 years ago
Andrew Tridgell 06f37aad75 DCM: use calculate_euler_angles() to get eulers from DCM 13 years ago
Andrew Tridgell 16ed8bc8f6 AP_Math: added rotmat <-> euler functions 13 years ago
Andrew Tridgell 1cd3172954 ACM: ensure update_trig() doesn't cause NAN values for cos_roll/cos_pitch 13 years ago
Andrew Tridgell c354879f1f Compass: ensure we don't produce NAN values for compass heading 13 years ago
Andrew Tridgell 17d16bc8c6 AP_Math: added safe_sqrt() function 13 years ago