36838 Commits (9f547cc328ced6d43fb6dfa3b59eff75e2668b1d)
 

Author SHA1 Message Date
rmackay9@yahoo.com 5d7d0aea80 ArduCopterNG - added altitude hold using Sonar/Rangefinder 14 years ago
jasonshort 68eec6805a update use EEPROM class, new scaled input for RC_Channel 14 years ago
james.goppert 31f33ccfd8 RC_ChannelB rename. 14 years ago
james.goppert fb6d537156 Fixed comments. 14 years ago
james.goppert 76b4dd5f73 Fixed RC_ChannelB errors. 14 years ago
james.goppert 28a29923e8 Working on RC_ChannelB example. 14 years ago
james.goppert 60f9a6d216 Added AP_Variable. 14 years ago
james.goppert 3ce38444b5 Added alternate RC_Channel class. 14 years ago
james.goppert 8bd5cd041e Fixed EEProm for new vector style. 14 years ago
james.goppert 0a4bc9b172 Added Loop class. 14 years ago
DrZiplok@gmail.com 7e76b64515 Give AP_GPS_None a ctor so that it fits in. 14 years ago
DrZiplok@gmail.com 8da4a29d58 Add support for the DIYD MTK v1.6 firmware 14 years ago
james.goppert f682c4bf32 Added EEProm file. 14 years ago
james.goppert 9e983c452e Some EEProm cleanup. 14 years ago
james.goppert 0344d54d3d Fixed EEProm set bug. 14 years ago
james.goppert 8e34d41cce Improved test program for EEProm, and added sync option, still some issues to work out. 14 years ago
james.goppert 93047fc9dd Added basic EEPROM library back. 14 years ago
james.goppert 7be8e77711 Removed conflicting AP_EEPROM library. 14 years ago
james.goppert 125b971173 Updated mavlink added eeprom class. 14 years ago
jasonshort b8ffddb061 EEPROM base class 14 years ago
mandrolic 36ade2aaf6 Configurator.Net: Added Fake Arducopter comms, Wrapped progress bar into custom control, improved Mono compatibility 14 years ago
jphelirc 81ba0d36c2 extras file (work on progress) 14 years ago
jphelirc 77822acbbf preparing for addon features 14 years ago
rmackay9@yahoo.com 9eb889d30d AP_RangeFinder - added support for MaxsonarLV and corrected some descriptions and links for the other rangefinders 14 years ago
mandrolic dccfe83567 Configurator.Net: Fix boolean values, stable mode vm tests 14 years ago
rmackay9@yahoo.com b5a835b6ac ArducopterNG - turn off rangeFinders by default 14 years ago
rmackay9@yahoo.com ab0e8262ce TradHeli - allow user to enter GPS hold mode (and added safety so if user puts roll or pitch too far from center it comes out of GPS hold mode. 14 years ago
rmackay9@yahoo.com 0b7fd432b5 Addition of position hold version 2 (builds up I term on log + lat instead of roll + pitch) 14 years ago
mandrolic b9e2dcd124 Configurator.Net: Added more Vm tests 14 years ago
mandrolic 3911f4e6cd Configurator.Net: Added further NUnit tests 14 years ago
jasonshort f75c7b47ff minor changes, fixed IMU class 14 years ago
rmackay9@yahoo.com c2db64116a AP_RangeFinder - bug fix for cases when analog value is zero. 14 years ago
james.goppert 24bb547eae Added some functionality to RC_Channel to meet APM needs. 14 years ago
jphelirc eb89c04333 fixed missing ; from Arducopter.pde 14 years ago
jphelirc 6fd20d880b min throttle fix 14 years ago
mandrolic 930b09b286 Configurator.Net: Adding Test project 14 years ago
james.goppert 075fb61a92 Added lasttime to GPS HIL. 14 years ago
jasonshort f544b20747 Mega328 version of APM_RC 14 years ago
jasonshort 80a5016658 Wasn't compiling. 14 years ago
DrZiplok@gmail.com 290635b354 Minor code size optimisation; use memset to zero *this rather than explicitly assigning zero to the vector elements. Still not quite optimal for matrix3 as it gets three memsets, but still cheaper in terms of code size. 14 years ago
DrZiplok 47bb4d22c6 Use the presence of UDRx as an indication that the serial port x might need to be supported. 14 years ago
analoguedevices 95d683d043 git-svn-id: https://arducopter.googlecode.com/svn/trunk@1191 f9c3cf11-9bcb-44bc-f272-b75c42450872 14 years ago
james.goppert dfe94bc77e Removed delay from MTK library. 14 years ago
james.goppert aa115aea68 AP_GPS libs now recover from disconnect or failed initialization. 14 years ago
rmackay9@yahoo.com a257c51a09 Some changes to fix compile errors when using ATmega2560. 14 years ago
mandrolic c78e001087 Configurator.Net: Added icons for connect/disconnect buttons, tooltips, improved connection logic 14 years ago
jasonshort 82c4815e2c added direct setting of accel offsets 14 years ago
mandrolic 3f9a077dbd Configurator.Net: Initial import 14 years ago
rmackay9@yahoo.com d5cc9946c5 AP_Compass - small change to include file used in example. 14 years ago
jphelirc fe2d46f70e EEPROM address bugfix 14 years ago