989 Commits (13993f1600501fbcca03c61e9ac94073b9830d95)
 

Author SHA1 Message Date
jasonshort 13993f1600 git-svn-id: https://arducopter.googlecode.com/svn/trunk@2186 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
jasonshort 6ede77a478 git-svn-id: https://arducopter.googlecode.com/svn/trunk@2185 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
jasonshort cc494b22fa changes for Max and tri-copters 14 years ago
jasonshort 08a7e02864 Final changes for Beta release 14 years ago
jasonshort 6510b8df5a minor cleanup based on compiler warnings. 14 years ago
jasonshort c577bce85d new ESC calibration routine 14 years ago
jasonshort 8f82de3e11 changed a bool to uint8_t 14 years ago
jasonshort 5242396e06 temp removed altitude requirement 14 years ago
jasonshort a67b1d6896 Added new output type AMGLE_RAW - this will ouput non-scaled PWM, better for copters than fixed wings. 14 years ago
jasonshort 80cf04511e git-svn-id: https://arducopter.googlecode.com/svn/trunk@2092 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
jasonshort 2578ab3d9f Defaulted APM_Config.h 14 years ago
jasonshort d858b17ebd Fixed Rate navigation 14 years ago
james.goppert 7809b0ca2a Massive warning fixes. 14 years ago
jasonshort 7892b50597 Added tri test 14 years ago
jasonshort 39f9d8fa35 Added tri test 14 years ago
jasonshort e40c966752 removed D term for rate control for now. It may have been messing things up. 14 years ago
DrZiplok 4f7402eee9 Suppress warnings from the Arduino core, since we can't do anything about them. 14 years ago
jasonshort fc4759dfbb Libraries to support non AP_VAR usage. This is for Ardupilot legacy hardware. 14 years ago
jasonshort 5a6b9adcca fixed an overflow issue in AP_RC 14 years ago
DrZiplok 701157c350 Re-order class members to avoid initializer-order warnings. 14 years ago
DrZiplok 71604405f4 Re-order initialisers to suppress warnings 14 years ago
DrZiplok f5ba77f23b Rename some ctor arguments to suppress shadow-related warnings. 14 years ago
tridge60@gmail.com fe648644ce added a few more warning flags for when building with the Makefile 14 years ago
jasonshort 33c9f047eb increased to 160hz 14 years ago
jasonshort ceff21a0ec removed the !!! from ACM to keep the 2650 happy. 14 years ago
james.goppert 5a273e52d2 Added const AP_Var access. 14 years ago
james.goppert 01dea496c8 Removed APO lib. 14 years ago
james.goppert 55c46fc367 Moved APO quad/ rover projects. 14 years ago
jasonshort 0a703cef47 typo 14 years ago
jasonshort e6d86e7efa removed yaw towards WP option. Should now be handled with a mission script. 14 years ago
jasonshort 0e8d3781d3 git-svn-id: https://arducopter.googlecode.com/svn/trunk@1953 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
james.goppert 9b25875baf Heartbeat failsafe added for APO. 14 years ago
james.goppert 7b7ba0df1f APO comment fixes. 14 years ago
james.goppert 9a47d7b8e1 Example cleanup for APO. 14 years ago
james.goppert 42c6847054 Added Car/Quad APO examples. 14 years ago
rmackay9@yahoo.com 0f920d12ce DataFlash - backed out recent changes to make it use SPI while I figure out the cause of some people's compile errors 14 years ago
james.goppert aa598b575a APO merge. 14 years ago
jasonshort dc45d3e8c4 Added throttle_integrator 14 years ago
rmackay9@yahoo.com 56fd1acc4a AP_OpticalFlow - first draft of optical flow library for use with experimental ADNS3080 sensor 14 years ago
rmackay9@yahoo.com 0462774345 DataFlash - modified to use Arduino SPI interface instead of directly using registers. Also moved "dataflash_CS_inactive" calls to end of functions instead of beginning so that it doesn't monopolize the SPI bus. 14 years ago
jasonshort bc7c797fd6 added baro_alt_offset back in. Filtering out the effect over time. 14 years ago
jasonshort 78510636db This is how I right waypoints to EEPROM for now. 14 years ago
jasonshort 2ba41bb374 refinements to nav 14 years ago
jasonshort 6e6db9864e Loiter should work now. 14 years ago
jasonshort 121cf0f658 Warning!!! The recent build 1919 was tagged as sparkfun. 14 years ago
jasonshort 16412abbde added a bit of kI term for Yaw hold. 14 years ago
jasonshort 69b0ae329e Navigation bug fixes, tuning. 14 years ago
jasonshort a8b7505268 Lots of little things. Yaw control is updated based on Jani's logs. Thanks! 14 years ago
jasonshort 62c123f6df Minor Yaw update, Log adjustment, 14 years ago
jasonshort fe6e0d2f44 Yaw fix, 14 years ago