575 Commits (610e26db364a3da033ae881fe4fc8dea656d5723)
 

Author SHA1 Message Date
jasonshort 610e26db36 removed unused EEPROMB include 14 years ago
jasonshort c960235f7e Flipped the signs. Should be right. 14 years ago
jasonshort 2b35c91775 Added new leveling command. Hold the trainer swicth - ch7- in and the copter will adjust the ADC_OFFSET based on the roll and pitch command needed to straighten the copter. 14 years ago
DrZiplok 5113a12144 Deal more gracefully with the case where the incoming PPM stream has more than 8 channels encoded. 14 years ago
rmackay9@yahoo.com dc9c29e8f3 TradHeli - updated Heli.h to use AP_Compass instead of the outdated APM_Compass. Also changed autopilot on/off switch to be consistent with Quad. 14 years ago
jasonshort cf7488317d Implemented new DCM based yaw independent heading controller. 14 years ago
DrZiplok cbdf462acc Update to current MAVLink dev branch protocol version. This has NOT been tested yet. 14 years ago
DrZiplok aaf125e441 Based on explaining AP_VarNoAddress to Doug, improve the description of the value. 14 years ago
jasonshort 8423ab6364 added better default value for longitude scaling 14 years ago
jasonshort 521d7ab424 added new FBW test to develop new nav functions 14 years ago
jasonshort a80b4fbb69 added new PID nav functions to split lat and long based on Randy's work. 14 years ago
jasonshort 3ed6e0fc87 added new PID nav functions to split lat and long based on Randy's work. 14 years ago
jasonshort 53ec770da4 added new PID nav functions to split lat and long based on Randy's work. 14 years ago
jasonshort 83687a43ed added new PID nav functions to split lat and long based on Randy's work. 14 years ago
jasonshort 1ae7f54aef added reset I functions for new pids 14 years ago
jasonshort e8734783bb deprecated older method of finding pitch and roll 14 years ago
jasonshort b346d003e3 increased PitchMax to 22 to match NG 14 years ago
gigiorm 40b7bc2e3c This is just a test for SVN 14 years ago
DrZiplok@gmail.com 52a0a03d56 Bring AP_GPS_Auto closer to ready for prime-time: 14 years ago
DrZiplok@gmail.com fdde092213 Extend the logic that preserves buffer sizing on re-begin by also avoiding freeing and re-allocating buffers when they don't change in size. 14 years ago
jasonshort bcd3e7db56 renamed err to altitude_error 14 years ago
jasonshort cfea6b014a not used 14 years ago
jasonshort a6d8242263 Changed "rate" var to float from long. 14 years ago
jasonshort bb7e3af943 Moved implementation of alt hold from NG to ACM. 14 years ago
jasonshort 1a9a76c2ab Added Sonar to setup, removed Level, compass is now done with text based on and off, compass renamed to mag_offset 14 years ago
jasonshort b6f8c1b6cb Added Sonar throttle gains, 14 years ago
jasonshort 6c9a59541e Added Sonar throttle PID, renamed old throttle PID 14 years ago
jasonshort f7cd2301d2 Added Sonar throttle PID 14 years ago
jasonshort 842f3c569c Added Sonar and Baro enumerations 14 years ago
DrZiplok@gmail.com eb39264834 Update the NMEA example code in conjunction with the new parser. 14 years ago
DrZiplok@gmail.com cad260a481 Implement a completely new NMEA parser based on the TinyGPS parser by Mikal Hart. 14 years ago
DrZiplok@gmail.com 1bfcdaa2cb Add a delay after sending the GPS mode switch strings in an attempt to give any NMEA data time to drain before we attempt to sniff again. 14 years ago
DrZiplok@gmail.com dd6ede36ee Add more unit tests for AP_Var. 14 years ago
DrZiplok@gmail.com 6366cdc094 Add more documentation for AP_MetaClass. 14 years ago
DrZiplok@gmail.com 44cac7a853 Add a new macro PROGMEM_STRING that can be used to define a constant string in program memory. 14 years ago
DrZiplok 07dec5e1b7 Use operator new from AP_Common rather than our own. This also makes AP_Common available to the GPS drivers that work with AP_GPS_Auto. 14 years ago
DrZiplok@gmail.com 8c9a5d36d8 Add documentation and reformat closer to our current code standard. 14 years ago
DrZiplok 2c0e8515d5 Add a date field to the standard GPS data. This may be zero, and its format is TBD (may be GPS-dependent). 14 years ago
rmackay9@yahoo.com 1448b6991e AP_RangeFinder_test.pde - corrected some inaccurate comments in the code 14 years ago
DrZiplok e299d5f58a Add a flags byte to variables, and implement a "no auto load" bit that opts variables out of load_all / save_all. 14 years ago
DrZiplok c0de571afd Save AP_Var's initial value as a default value, and add a function for restoring the default value. 14 years ago
DrZiplok 0e868ca343 More unit tests. 14 years ago
DrZiplok 765cef724d Fix the assignment operator overload for AP_VarT so that direct assignments to the type work correctly. 14 years ago
DrZiplok 814a16000a Simplify FastSerial::begin baudrate calculations in line with the changes made in Arduino-0022 14 years ago
jasonshort 538e0ec2bb Added Tri-copter support for Max 14 years ago
rmackay9@yahoo.com f28b5f1c04 ArduCopterNG - fixes to sonar/barometer altitude hold. Fixes bugs including: 14 years ago
rmackay9@yahoo.com e0607712a3 AP_RangeFinder - tiny bit of extra initialisation on table holding averages 14 years ago
DrZiplok@gmail.com d8046957c6 Unit tests for scope-based address offsetting. 14 years ago
DrZiplok@gmail.com 63643f73fc Move the AP_Var ctor out of the class definition; it's big enough that we don't want to inline it. 14 years ago
DrZiplok@gmail.com d2bd744244 Metaclass improvements: 14 years ago