1162 Commits (c64d781dced1b04b3d60bf840896982af15fb1e5)

Author SHA1 Message Date
Michael Oborne 8ec192cf45 fix uint > int issue - for hil 13 years ago
Pat Hickey 83326a9d62 APM_RC_APM2: Add support for CH_10 and CH_11 13 years ago
Randy Mackay 6877b8b3d6 AC_PID Library - added example sketch 13 years ago
Randy Mackay 90b39609c6 APM_PerfMon - removed because it's too big to use with our limited memory now anyway! I have a backup in case we need to resurrect it in the future. 13 years ago
Jason Short af79eb273f Added D term to APM_PI - need to refactor this as a parent class and two child classes to save code space, remove dupes 13 years ago
Randy Mackay 9c26e2369e Arduino 1.0 - GPS_IMU - small fix to make it compile. Does anyone use this lib?! 13 years ago
Randy Mackay 8533aaf5d9 AP_PID, AP_RC_Channel, FastSerial - small changes to make example sketches compile again 13 years ago
Randy Mackay b7ce7bfe18 Arduino 1.0 - small fix to make AP_Baro_MS5611_test.pde compile under Arduino 1.0 13 years ago
Randy Mackay cf25bbfa74 AP_ADC library - tiny fix to make example sketch work after some changes to AP_PeriodicProcess library 13 years ago
Randy Mackay ed19c25a97 Arduino 1.0 - changed all #includes of "WProgram.h", "wiring.h" and "WConstants.h to "Arduino.h". 13 years ago
Randy Mackay a8b3d2f063 OpticalFlow - fixed minor compiler warnings and moved chip select to A3 for APM2 13 years ago
Randy Mackay 8dee001657 Sonar - changed default pin to A0 13 years ago
Randy Mackay 99506accf4 Optical Flow - added overflow check 13 years ago
Pat Hickey 9195006541 APM_RC examples: add calls to enable_out after init 13 years ago
Andrew Tridgell 9c1e257826 fixed example in PID library 13 years ago
Pat Hickey 602d56304a APM_RC: PWM outputs are disabled by default on init 13 years ago
Pat Hickey 276913a950 APM_RC enable_out and disable_out added to APM1 and APM2 13 years ago
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