5029 Commits (b9ba41c12a626e1f95c4cb8a11b68a430d2908e1)
 

Author SHA1 Message Date
rmackay9 9b3ced93ee AP_Compass: fix for mismatching set_initial_location parameters (forgot to change long to int32_t in .cpp file) 13 years ago
rmackay9 11e946eb54 ArduCopter, ArduPilot: revert mavlink delay callback to be "unsigned long" 13 years ago
rmackay9 c10d01f24b AP_GPS: revert delay callback to be "unsigned long" 13 years ago
rmackay9 2b24e422de DataFlash: revert delay callbacks to use "unsigned long" 13 years ago
rmackay9 20cb2e56a0 DataFlash: change "unsigned long" to "uint32_t" in callback functions 13 years ago
rmackay9 2e4e8bbf1a ArduCopter: changed "unsigned long" to "uint32_t" 13 years ago
rmackay9 99859ae42f ArduCopter: added cast to (int) in printf statments. 13 years ago
rmackay9 360c1198a6 ArduPlane: more "int" to "int16_t" and added cast to (int) in printf statements. 13 years ago
rmackay9 94552b57a7 DataFlash: replaced "int" with "int16_t" 13 years ago
rmackay9 6d489947cf ArduPlane: replaced many "int" with "int16_t", "long" with "int32_t" 13 years ago
rmackay9 976679208c AP_Common: change a few more "int" to "int16_t" 13 years ago
rmackay9 71f12fbc9b AP_Compass: replace "long" with "int32_t" 13 years ago
rmackay9 8a29f47ce0 AP_GPS: replaced "int" with "int16_t" and "long" with "int32_t" 13 years ago
rmackay9 7a6732fb4b ArduCopter: removed unused icount variable from commands_logic.pde to reduce compiler warnings. 13 years ago
rmackay9 87d5b5944d ArduCopter: commented out get_acro_yaw2 function to reduce compiler warnings 13 years ago
rmackay9 8a6085a3ba ArduCopter: removed unused maggy variable from test.pde to reduce compiler warnings. 13 years ago
Andrew Tridgell 00f0092ae4 SITL: updated ArduPlane autotest parms 13 years ago
Andrew Tridgell c9ba693e1f AP_Baro: the HIL baro needs to inherit calibrate() from the parent class 13 years ago
rmackay9 07c7c3945d ArduCopter: fixed small bug re arming_counter for TOY mode 13 years ago
rmackay9 9773c8ce93 ArduPlane: commented out two unused variables to remove compiler warning 13 years ago
Andrew Tridgell 14cdbd36cb AHRS: check for bad values in the error before they can affect DCM 13 years ago
Andrew Tridgell 81cd4b6c13 Filter: ensure the derivative filter never returns an invalid number 13 years ago
rmackay9 2e77691ca1 AP_Limits: change order of initialisation of class variables to remove compiler warnings. 13 years ago
rmackay9 92688a793a ArduCopter: fixed compiler warning related to shadowing of control_roll and control_pitch in get_of_roll and get_of_pitch. 13 years ago
rmackay9 8c636ca263 ArduCopter: fix compiler error related to printing boarding type in dataflash logs. 13 years ago
Michael Oborne b2b73cc6cb AC fix some Parameter units 13 years ago
Michael Oborne bcceedffab Fix Airspeed use use 13 years ago
Jason Short 1b7e27658b ACM : removed old note 13 years ago
Jason Short 0ac1373591 ACM Logging - added APM version #, stab_I term logging 13 years ago
Pat Hickey 5b03dca71a better commit message for uncrustify 13 years ago
Pat Hickey ae6e6a6b51 fixes to preprocessor retab settings 13 years ago
Pat Hickey 5fcd35fd66 real reformat.sh 13 years ago
Pat Hickey 52a1739e7c add reformatting config files and shell script 13 years ago
Andrew Tridgell d9cc967508 AHRS: force an extra read of the compass on startup 13 years ago
Andrew Tridgell 0868bb76e5 APM: fixed SITL build 13 years ago
Andrew Tridgell e171720608 DataFlash: fixed SITL build 13 years ago
Andrew Tridgell 5e690d5680 APM: added parameter FBWB_ELEV_REV 13 years ago
Andrew Tridgell 34a1297842 SITL: added SIM_ENGINE_MUL 13 years ago
Jason Short 387a021c30 ACM : APM_Config.h : default removed for toy mixer. 13 years ago
Jason Short 3ee2fd3fb6 ACM: Config.h - added default for toy mixer 13 years ago
Jason Short 770956a3fd ACM : Made control_roll and pitch global for logging; made yaw towards waypoint use initial angle and not a recalculated angle to deal with wiggles as we approach WP 13 years ago
Jason Short 9cee1b2fa0 ACM : Upped Yaw Limit to 2200 13 years ago
Jason Short bdc1c41e62 ACM: made target bearing the lead filtered location 13 years ago
Jason Short bd91215770 Dataflash fix for missing card error 13 years ago
Jason Short 0f9f72e8ab ACM: added nav_yaw to att logging 13 years ago
Michael Oborne 9d2049bffb Mission Planner 1.2.6 13 years ago
rmackay9 36f947acb9 ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t". 13 years ago
rmackay9 a72bf6ef57 ArduCopter: replaced abs with labs as required in a few places. 13 years ago
Andrew Tridgell 82954f823b SITL: make abs() 16 bit in SITL 13 years ago
Andrew Tridgell 6300fa7399 math: more abs() fixes 13 years ago