1145 Commits (f638a4b81dbcea5d1d63989b55044c5252b89640)

Author SHA1 Message Date
Jason Short 94e7ba8df2 Removed Gyro filter, In the end it doesn't help and I think it could actually hurt gyro integration. 13 years ago
Michael Oborne 6b949511ca change rc norm_output to scale evenly across the entire range 13 years ago
Andrew Tridgell 0dc0d9ddf0 added a simple DCM library example 13 years ago
Andrew Tridgell 1f43cf6579 fixed Oilpan test for new library structure 13 years ago
Doug Weibel e22a83eec0 Add a CLI setup action to reset the magnetometer offsets 13 years ago
Mike Smith 9c5a776456 Teach the Makefile about the new Arduino sourcefile suffix 13 years ago
Jason Short 69ffc7e115 updated channel notes 13 years ago
Andrew Tridgell 897d9a1c0b baro: fixed an integer overflow issue at high altitudes 13 years ago
Randy Mackay bcd63a9807 OpticalFlow - bug fix - highest resolution was incorrectly set as 1200 instead of 1600 13 years ago
Andrew Tridgell 15d446bde2 DCM: prevent a segmentation fault when compass is not enabled 13 years ago
Doug Weibel 9846822748 Bug fix for compass. 13 years ago
Andrew Tridgell 49cf409c23 desktop: floating point precision changes from Justin Beech 13 years ago
Jason Short e2830ca147 fixed type error 13 years ago
Jason Short 354d9588bf sensorSign swicth 13 years ago
Jason Short b6fc8e519c AP Rangefinder had some bad characters in it. Converted and cleaned the text files. 13 years ago
Jason Short 351be7c305 Made timer unsigned 13 years ago
Pat Hickey a19afd926a APM_RC & ArduCopter: Change interface to SetFastOutputChannels to use _BV 13 years ago
Doug Weibel 756793611f Repair dataflash test 13 years ago
Jason Short d0af95f0e3 allows main code to manually set the integrator value 13 years ago
Andrew Tridgell ca39fc8b47 sitl: added build targets for different ACM frames 13 years ago
Andrew Tridgell 60185509f4 AP_Compass: when I2c fails, don't retry for 1s 13 years ago
Andrew Tridgell 9fb3b13af3 AP_Baro: when I2c fails, don't retry for 1s 13 years ago
Andrew Tridgell 880c7e6411 DataFlash: cope with older dataflash chips 13 years ago
Michael Oborne 306e2e3f7d add gps character count. 13 years ago
Michael Oborne 3d85f99546 remove gps callback in wait loop 13 years ago
Randy Mackay a2edba69b1 GPS - removed GPS_MTK, GPT_NMEA and GPS_UBLOX. All functionality moved to AP_GPS many months ago. 13 years ago
Jason Short 7adc80c513 removed newlines to clean up code 13 years ago
Randy Mackay bbe6dea980 OptFlow - initial support for APM2 (there are still problems) including adding ability to set Chip Select pin. 13 years ago
Andrew Tridgell 074fd31506 Baro: fixed MS5611 example sketch 13 years ago
Andrew Tridgell 820153d7ae compass: show timing in compass test 13 years ago
Andrew Tridgell f871235480 Baro: show timing in baro test 13 years ago
Andrew Tridgell 8f74631882 DCM: don't use compass unless its healthy 13 years ago
Andrew Tridgell 7c098491b9 I2C: fixed some warnings 13 years ago
Andrew Tridgell 5f38663d44 desktop: exclude I2C library 13 years ago
Andrew Tridgell e1c9c063a5 MPU6k: don't init the Wire library 13 years ago
Andrew Tridgell 7ba744a11a I2C: convert barometer library to new I2C library 13 years ago
Andrew Tridgell acf4e9b61d I2C: convert compass code to new I2C library 13 years ago
Andrew Tridgell 8ee336e715 I2C: imported the I2C library from Wayne Truchsess 13 years ago
Andrew Tridgell e7dab19260 TimerProcess: prevent a race in setting up the timer callbacks 13 years ago
Andrew Tridgell 5e4f66e525 DataFlash: moved high level logging logic to library 13 years ago
Andrew Tridgell bd9488f1e4 DataFlash: fixed sense of card detect 13 years ago
Andrew Tridgell 6ca613337b MPU6000: protect the driver from double initialisation 13 years ago
Andrew Tridgell 18d26dc74e MPU6000: minor fixes 13 years ago
Andrew Tridgell 4d71482d1c TimerProcess: check for duplicate registrations 13 years ago
Andrew Tridgell dbaa6fb6d2 TimerProcess: make some variables uint8_t 13 years ago
Mike Smith 3582ad4e20 Fix issue #423 - FastSerial flush bug. 13 years ago
Andrew Tridgell 637d4675e1 added in DataFlash.cpp 13 years ago
Andrew Tridgell 9bb0bd0341 desktop: added attachInterrupt() support 13 years ago
Andrew Tridgell a39a470d75 desktop: fixed for new DataFlash inheritance 13 years ago
Andrew Tridgell 977326e991 dataflash: reworked classes to move most code to parent class 13 years ago