706 Commits (f10cbb011fd18782b512ba50785a08b7965c87e4)
 

Author SHA1 Message Date
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
jasonshort 87a1043f25 Added Tri-copter support for Max 14 years ago
DrZiplok@gmail.com d7fccd1aa9 Checking these in makes the libraries too bulky. We need to host them somewhere. 14 years ago
jasonshort ff256d95e2 Added Tri-copter support for Max 14 years ago
rmackay9@yahoo.com 9c9c541a51 ArduCopterNG - 14 years ago
rmackay9@yahoo.com ef673e5162 AP_RangeFinder - changes to allow sonar to work using pitot tube. Also moved most functionality into RangeFinder class instead of child classes. 14 years ago
DrZiplok 57f3f4e65b Beef up the unit tests for AP_Var. Most of the basic functionality is now covered. 14 years ago
DrZiplok 277105c437 Rename the base class for variables AP_Var; less confusing, less to type. Rename the template type instead. 14 years ago
DrZiplok ea9c7859f8 Don't allow the default serialize/unserialize to be inlined. 14 years ago
DrZiplok a02136236f Add the ability to find the sketchbook when called from a Makefile in a library example. 14 years ago
DrZiplok a3a9fe59e3 Following discussions with James, a complete rewrite of AP_Var. 14 years ago
jasonshort 8ce92b6711 Big update - motors re-assigned to new positions. 14 years ago
rmackay9@yahoo.com cc86861b26 ArduCopter - moved to "legacy_do_not_use" directory 14 years ago
rmackay9@yahoo.com 851101218d APM_Compass - moving to "legacy_do_not_use" directory 14 years ago
DrZiplok 68be029a17 Don't define constant AP_Var's extern 14 years ago
rmackay9@yahoo.com a8349f3b74 ArduCopterNG - Sonar - modified code to use AN5 to match the wiki 14 years ago
james.goppert 634f2734b5 Added AP_Controller library. 14 years ago
james.goppert 4e421a319a Updated docs. 14 years ago
DrZiplok@gmail.com cd341cef90 We should call imu.update() before asking for accel/gyro values so that we get timely, fresh numbers. 14 years ago
james.goppert 3f30b897fa Fixed non-standard value in RcChannel examples. 14 years ago