87 Commits (1590a5d58af34f055a5358d40dc9fb23455f52d8)

Author SHA1 Message Date
Olivier-ADLER eaa0e36954 Copter: CompassMot current calibration 12 years ago
Randy Mackay b462bfed84 Copter: remove unused print_wp function 12 years ago
Randy Mackay 5e2fc32410 Copter: remove unused cli wp report 12 years ago
Randy Mackay e2495b7a49 Copter: alphabetise order of cli setup menu 12 years ago
Randy Mackay a0c8bf238e Copter: move motors test to test menu 12 years ago
Randy Mackay 7b50ecc73c Copter: pre-arm check for mag field length 12 years ago
Randy Mackay 72f29bd0db Copter: remove debug message from compassmot 12 years ago
Randy Mackay 072f3dbe30 Copter: display interference % in compassmot 12 years ago
Randy Mackay 9d0f40b432 Copter: add pre_arm_rc_check 12 years ago
Randy Mackay 0540acfec9 Copter: change to compassmot instructions 12 years ago
Randy Mackay d0fb332e9f Copter: init_rc_out in cli's compassmot setup 12 years ago
Andrew Tridgell 25c576cad7 Copter: replaced constrain() with constrain_float() 12 years ago
Andrew Tridgell fb0f5d46ba Copter: use BIT_IF_SET() 12 years ago
Andrew Tridgell 82c604dd67 Copter: more constrain fixes 12 years ago
Andrew Tridgell 02c3083f60 Copter: print flight mode as string 12 years ago
Andrew Tridgell 67484a2ea1 Copter: make copter code compatible with the new logging system 12 years ago
Randy Mackay e637a8fb29 Copter: remove old commented out code from setup.pde 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
John Stäck 46a831fc03 Copter: add parameter "set" and "show" commands to setup menu. 12 years ago
Randy Mackay cb6ffc7acf Copter: minor formatting fix for report_ins 12 years ago
Randy Mackay cb84ec9d9b Copter: add current based compass compensation 12 years ago
Randy Mackay 0d5e731a65 Copter: add compassmot to cli 12 years ago
Randy Mackay 6601bd37cf Copter: integrate automatic roll and pitch trims 12 years ago
Randy Mackay 8af605cafc Copter: set update rate to 50hz during esc calibration 12 years ago
Pat Hickey 164246c7d8 ArduCopter: better instructons for setup_motors cli test 12 years ago
Andrew Tridgell 36e38eeef7 Copter: ensure ahrs.init() is called 12 years ago
rmackay9 0fa6fdf407 ArduCopter: remove unused wait_for_yes function 12 years ago
rmackay9 0ab82f8c4e ArduCopter: clear ahrs roll and pitch trims after an accel level command 12 years ago
Pat Hickey 1878290510 ArduCopter: fixes for AP_InertialSenor_UserInteract 12 years ago
Pat Hickey 5bd7046a95 ArduCopter: sketch cpp builds! 12 years ago
Pat Hickey d9e0bbbbab ArduCopter: first pass at AP_HAL porting 12 years ago
Jason Short 19ae5c30eb ACM : Formatting 12 years ago
Andrew Tridgell 6fbf5ec8f2 Copter: update ArduCopter for new ins interface 12 years ago
Andrew Tridgell bcae83c4f6 ACM: make it possible to run CLI on radio port in ArduCopter 12 years ago
Andrew Tridgell a3c3c59b82 ACM: fixed some memory cast warnings 12 years ago
rmackay9 07a7a1acd8 ArduCopter: replaced digitalRead and digitalWrite with faster calls 12 years ago
Jason Short 549489ddbb ACM : Setup, format 12 years ago
rmackay9 d9b4407e64 AP_InertialSensor: changes after review with Tridge. 12 years ago
rmackay9 a1b4ec6d0e ArduCopter: move to use new INS library instead of IMU library 12 years ago
rmackay9 78316adf75 ArduCopter: replace Serial.print with Serial.print_P to save memory. 12 years ago
rmackay9 401fb4101c ArduCopter: removed deprecated mag offset routine. 12 years ago
Andrew Tridgell 5fd39bb928 ACM: updates for new GPS detection 13 years ago
rmackay9 b6d2d4723f ArduCopter: print firmware version of code instead of zero. 13 years ago
Jason Short 072085d2d8 ACM : better debugging text 13 years ago
Jason Short 4c8e257ea2 ACM : forced setup_show to dump params during log dump for better analysis. 13 years ago
uncrustify bb6e4ac969 uncrustify ArduCopter/setup.pde 13 years ago
Andrew Tridgell 6d11940ada AHRS: removed Quaternion build support from APM/ACM/rover 13 years ago
rmackay9 36f947acb9 ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t". 13 years ago
Andrew Tridgell 103b02fe94 ACM: removed pointless load() calls 13 years ago