100 Commits (709a277c7ff03e88b1f11ea4eeebd56c9e506aa4)

Author SHA1 Message Date
Andrew Tridgell ce3ee97e73 Copter: removed duplicate print_latlon() declarations 12 years ago
Randy Mackay d2bd818b2d Copter: bug fix for auto_armed logic 12 years ago
Randy Mackay 629d23b7e2 Copter: remove WP_SPEED and WP_RADIUS parameters 12 years ago
Randy Mackay 1ee825ee9a Copter: move alt and wp checking to AC_WPNAV 12 years ago
Randy Mackay 5b93990e41 Copter: removed next_WP 12 years ago
Randy Mackay 9036b97a16 Copter: fix build error 12 years ago
Randy Mackay fc0c451b69 Copter: remove #ifdef checks for Atmega1280 12 years ago
Randy Mackay 1dcd46bffc Copter: reduce compiler warnings 12 years ago
Andrew Tridgell b280857025 Copter: use common angle wrap code 12 years ago
Andrew Tridgell b955aed976 Copter: fixed GPS test (detection of uBlox needs 10Hz poll) 12 years ago
Andrew Tridgell ae96c77add Copter: added shell command in CLI test menu 12 years ago
Randy Mackay 597a4b912a Copter: fix to allow building HIL_MODE_SENSORS 12 years ago
Randy Mackay cb84ec9d9b Copter: add current based compass compensation 12 years ago
Andrew Tridgell 9a3bd17cfb Copter: fixes for new DataFlash API 12 years ago
Andrew Tridgell 19a282dad0 Copter: removed use of ins.temperature() 12 years ago
Andrew Tridgell a341d59ed0 Copter: fixed test code warnings 12 years ago
James Bielman 5631f865b2 Update floating point calculations to use floats instead of doubles. 12 years ago
Andrew Tridgell 36e38eeef7 Copter: ensure ahrs.init() is called 12 years ago
Andrew Tridgell ead38f917f Copter: use GRAVITY_MSS 12 years ago
Andrew Tridgell 06357c40f2 Copter: use new functions 12 years ago
Pat Hickey 5bd7046a95 ArduCopter: sketch cpp builds! 12 years ago
rmackay9 d31efebd44 ArduCopter: rename throttle failsafe parameters. 12 years ago
rmackay9 9dd978576b ArduCopter: auto yaw changes to allow pilot override of yaw during missions 12 years ago
rmackay9 a5bb54e36e ArduCopter: RTL clean-up and slightly improved landing sensor 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 d2a5928c06 Ap state updates 12 years ago
rmackay9 1f801714e8 ArduCopter: incorporate new version of inertial navigation 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
Jason Short a0752dc7dc ACM Acceleration management 12 years ago
rmackay9 b2f12c4854 ArduCopter: optical flow initialisation changes now that optical flow library automatically works on APM1, APM2 and APM2.5 13 years ago
uncrustify 841b4ce9c8 uncrustify ArduCopter/test.pde 13 years ago
rmackay9 8a6085a3ba ArduCopter: removed unused maggy variable from test.pde to reduce compiler warnings. 13 years ago
rmackay9 36f947acb9 ArduCopter: changed all "int" to "int16_t" and a few "long"s to "int32_t". 13 years ago
Jason Short 4d5d16720b ACM Test: Added a return statement 13 years ago
Jason Short 31f31eec75 ACM : Test for bearing calc 13 years ago
Jason Short da6d981479 Arducopter: Testing toy mode - commented out by default 13 years ago
Jason Short 0d8e8e0a04 Arducopter: INS 13 years ago
Jason Short f35b5ba13f Arducopter:test.pde made a note for WP radius that shows m in the printout. 13 years ago
Andrew Tridgell 33440567e6 ACM: ArduCopter updates for new compass interface 13 years ago
Jason Short e8510faf5d changed define to param for throttle_min 13 years ago
rmackay9 af86ae8cbf ArduCopter: fixed compile error by declaring extern print_latlon 13 years ago
Andrew Tridgell 435a64b97e ACM: fixed HIL build 13 years ago
rmackay9 a1f5661161 ArduCopter: restored gps test in CLI 13 years ago
rmackay9 ad9a8acbab ArduCopter - test.pde - changed references "motor_armed" to "motors.armed()" as part of move to AP_Motors library. 13 years ago
Andrew Tridgell e956e21e7d ACM: enable the new compass offset nulling in ACM 13 years ago
Andrew Tridgell 547b4ed55b AHRS: adapt ArduCopter for new AHRS framework 13 years ago