5703 Commits (7f190b8494b5894b01f2ba6236186751409ebd1f)
 

Author SHA1 Message Date
Michael Oborne 1b85f71e5f firmware build 13 years ago
Andrew Tridgell 86face0a03 APM: preparing for 2.63 release 13 years ago
Andrew Tridgell 78a95290a3 SITL: prevent a fd leak in GPS code 13 years ago
Andrew Tridgell 4d4a95501f APM: updates for new GPS detection 13 years ago
Andrew Tridgell 5fd39bb928 ACM: updates for new GPS detection 13 years ago
Andrew Tridgell 4939d67a1b Rover: updates for new GPS detection 13 years ago
Andrew Tridgell 59b44816ec GPS: replaced the GPS auto-detect mechanism 13 years ago
Andrew Tridgell 7e8ef0ae95 APM: fixed handling of DO_REPEAT_SERVO and DO_REPEAT_RELAY 13 years ago
rmackay9 6f32f52377 ArduCopter: bug fix in Log_Read_Attitude. It was printing two uninitialised variables. 13 years ago
Andrew Tridgell c8e84d18a4 APM: tidy up a comment 13 years ago
Andrew Tridgell c0798730a8 APM: only copy manual channels in failsafe 13 years ago
Andrew Tridgell 8620a036de RC_Channel_aux: minor cleanups 13 years ago
Andrew Tridgell 127117b640 APM: ensure DO_SET_SERVO channels are enabled 13 years ago
Andrew Tridgell 208b878988 APM: allow update of last waypoint 13 years ago
Andrew Tridgell bd31f340a7 RC_Channel: support channel reversal on range channels 13 years ago
rmackay9 303ca11c4c HIL: changes to fix HIL for ArduCopter after recent timing changes. 13 years ago
Michael Oborne 94f956a0ca fix AP attitude hil - with randys help 13 years ago
rmackay9 b6d2d4723f ArduCopter: print firmware version of code instead of zero. 13 years ago
rmackay9 9e66b555cb ArduCopter: removed INSTANT_PWM from ArduCopter and AP_Motors library 13 years ago
rmackay9 1c9fe3b1b6 AP_AHRS: fix to allow example sketch to compile 13 years ago
Hazy 8cc79d50cb APM Planner 13 years ago
Jason Short 072085d2d8 ACM : better debugging text 13 years ago
Jason Short 6b6075ed30 ACM l Prevent pre-mature finish of mission 13 years ago
Michael Oborne 5b80ffcc16 firmware build 13 years ago
Andrew Tridgell b55e7903aa APM: prepare for 2.62 release 13 years ago
Andrew Tridgell bad73b0686 APM: fixed elevon mixing 13 years ago
Andrew Tridgell 6e9abb616a APM: show real raw RC input, not mixed input 13 years ago
Andrew Tridgell ba9543ee04 GPS: NMEA bug fix from Alexey Kozin 13 years ago
Andrew Tridgell fba1692d69 AHRS: added AHRS_BARO_USE parameter 13 years ago
Andrew Tridgell 589c8fcc12 APM: report throttle and ground speed mission changes 13 years ago
Andrew Tridgell b1408008c9 APM: allow for landing pitch control until final stage 13 years ago
Andrew Tridgell 05e72c6e68 APM: fixed roll in landing approach 13 years ago
Andrew Tridgell 5f3ffe4839 APM: switch to Randys new IMU rate control method 13 years ago
Jason Short 834f961409 ACM : Fix enduf 13 years ago
Jason Short 4c8e257ea2 ACM : forced setup_show to dump params during log dump for better analysis. 13 years ago
Andrew Tridgell 7e672628ea APM: removed the GPS_enabled flag 13 years ago
Andrew Tridgell c9a299665c APM: added speed scaling to wheeled steering 13 years ago
Jason Short 34e07c826f ACM : Added centralized Iterm logging at a lower rate. Logs all iterms. 13 years ago
Jason Short e8e8c27db4 ACM Mavlink - fixed comparison of unsigned to signed int by casting to uint8_t 13 years ago
Jason Short a73bc70553 ACM : Params - formatting cleanup 13 years ago
Andrew Tridgell b787dc8cce APM: added wdt.h for SITL build of APM 13 years ago
Andrew Tridgell 841d2700b6 ACM: use spare CPU cycles to read the magnetometer 13 years ago
rmackay9 9f1033dc42 AP_InertialSensor_Stub: added num_samples_available method to fix HIL build 13 years ago
rmackay9 130f3b0030 AP_InertialSensor_MPU6000: move _last_sample_time_micros to capture time data_interrupt was called 13 years ago
rmackay9 7a265dbf61 AP_InertialSensor: use AP_TimerProcess's queue_process to run read from MPU6000 after any currently running processes complete 13 years ago
rmackay9 55ef1e0a29 AP_PeriodicProcess: queue_process changes to suspend other processes before running queued process 13 years ago
rmackay9 fd110a2723 ArduCopter: modified mainloop timing to be in sync with the arrival of new data from the IMU. 13 years ago
rmackay9 42406c827a ArduCopter: added NUM_IMU_SAMPLES_FOR_XYZHZ definitions for MPU6000 and Oilpan to allow more syncing of the mainloop with the arrival of data from the IMU. 13 years ago
rmackay9 6ea5c21f7c AP_ADC: added num_samples_available to allow main loop to be synced with arrival of new sensor data for Oilpan. 13 years ago
rmackay9 fc4ff007e6 AP_IMU: added num_samples_available to allow main loop timing to be synced with arrival of new data from IMU. 13 years ago