254 Commits (d9b65cec225d3b95289ab4c9b6200dba58e7a41d)

Author SHA1 Message Date
Randy Mackay f7524e5741 Copter: remove unnecessary cast to float in Log 12 years ago
Randy Mackay 7c8527e6a6 Copter: resolve compiler warning 12 years ago
Andrew Tridgell 61c2befd4d Copter: fixed logging for new API 12 years ago
Randy Mackay 8fe3e689f4 Copter: add WPNAV log message 12 years ago
Randy Mackay 1ee825ee9a Copter: move alt and wp checking to AC_WPNAV 12 years ago
Randy Mackay 4de5f67a91 Copter: replace wp_nav.get_target_alt with get_destination_alt 12 years ago
Randy Mackay 5b93990e41 Copter: removed next_WP 12 years ago
tobias 217b8d7a59 cleanup: use const for struct Location pointers and references 12 years ago
Randy Mackay 1dcd46bffc Copter: reduce compiler warnings 12 years ago
Randy Mackay 40f6416b3d Copter: update Log_Read_Compass comment 12 years ago
Randy Mackay f9539384a1 Copter: rename failsafe to failsafe_radio 12 years ago
Randy Mackay 998511f506 Copter: use unsigned long for dataflash log for gps time 12 years ago
Randy Mackay 6b2b69535f Copter: Compass log stores/retrieves motor offsets 12 years ago
Andrew Tridgell 637ecd5279 Copter: updates for new dataflash API 12 years ago
Andrew Tridgell 9a3bd17cfb Copter: fixes for new DataFlash API 12 years ago
Randy Mackay c8f09ac219 Copter: fix compile error for PX4 re Compass logging 12 years ago
Randy Mackay cbde042ec5 Copter: remove non-inav loiter and wp controllers 12 years ago
Randy Mackay 609676e26c Copter: add logging of compass values 12 years ago
Randy Mackay 67c69a19ee Copter: remove baro-only alt hold 12 years ago
Randy Mackay ce370bab0c Copter: rename CUR and CURR to CURRENT for logging 12 years ago
Randy Mackay fb1358a629 Copter: make all message output csv 12 years ago
Jonathan Challinger 6565d83e73 InertialNav: Fixed signs, remove body-frame rotation, apply correction at 100hz. 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell 56f22f9226 Copter: use common log reading function 12 years ago
Andrew Tridgell 72c8a14e76 Copter: fix trad heli log build 12 years ago
Andrew Tridgell 78fd5bb23f Copter: get rid of remaining Log.pde warnings 12 years ago
Andrew Tridgell 3039c37f95 Copter: use macros from common header 12 years ago
Pat Hickey d7eeeab79e ArduCopter: fix new style Log.pde build for PX4. 12 years ago
Randy Mackay 87627d883b ArduCopter: use new logging method for remaining packet types 12 years ago
Andrew Tridgell af478d52bc Copter: use the new logging methods for 2 packet types 12 years ago
Andrew Tridgell 91ad870f11 Copter: check bitmask in more logging functions 12 years ago
Andrew Tridgell 4236b10edc Copter: fixed board ID string 12 years ago
Andrew Tridgell 17a63dc76a Copter: fixes for AP_HAL merge 12 years ago
rmackay9 672fdfbf71 ArduCopter: added ERR dataflash message 12 years ago
rmackay9 92e271e517 AP_InertialNav: increase baro delay to 0.5 sec (was 0.2sec) to allow slower baro updates on APM1 12 years ago
rmackay9 466097b383 ArduCopter: use inertial nav for current altitude and climb rate 12 years ago
rmackay9 b786cf40f7 ArduCopter: change GPS dataflash message to output unfiltered gps lat and lon 12 years ago
Pat Hickey 7af03127f6 ArduCopter: more work 12 years ago
Pat Hickey d9e0bbbbab ArduCopter: first pass at AP_HAL porting 12 years ago
Jason Short 19ae5c30eb ACM : Formatting 12 years ago
rmackay9 154e3c33f7 ArduCopter, AP_InertialNav: consolidated ThirdOrderComplementaryFilter into AP_InertialNav to save about 200bytes of RAM 12 years ago
rmackay9 9dd978576b ArduCopter: auto yaw changes to allow pilot override of yaw during missions 12 years ago
rmackay9 3a90fc77f9 ArduCopter: add dataflash logging of camera events 12 years ago
rmackay9 072ffec493 ArduCopter: allow INERTIAL_NAV to be enabled separately for horizontal and vertical position 12 years ago
Andrew Tridgell bcae83c4f6 ACM: make it possible to run CLI on radio port in ArduCopter 12 years ago
rmackay9 810da878e7 ArduCopter: performance monitoring - changed loop counters to uint16_t. 12 years ago
rmackay9 07a7a1acd8 ArduCopter: replaced digitalRead and digitalWrite with faster calls 12 years ago
Jason Short be63481a8c ACM : Logging.pde formatting 12 years ago
Jason Short 4b5e0a5046 ACM Logging Events 12 years ago
Jason Short 6dba79e3a7 ACM Log, formatting 12 years ago