4257 Commits (f0456dc94715cb13a6a9fb04e35092e4c32fce40)
 

Author SHA1 Message Date
Jason Short f0456dc947 Missed a Semicolon 13 years ago
Jason Short 302c632205 Altered the ground detector logic to no continuously run when landed 13 years ago
Jason Short 22065e3f3f Broken timer - removed 13 years ago
Jason Short 0ce883b96a Removed unused variable 13 years ago
Jason Short 9310d613e1 Lowered I term - causes oscillations in SIM 13 years ago
Jason Short 2311d52d37 Renamed some variables to clarify functionality. 13 years ago
Jason Short 7c6f766251 Speed up automatic disarming to 25 seconds for safety. 13 years ago
Jason Short f491f5e9ca Removed references to a takeoff timer 13 years ago
Jason Short 15774366ba Failsafe: Looking for takeoff_complete now vs unreliable GPS 13 years ago
Jason Short 08bf04dd08 pulling throttle low in flight turns out to be more common than thought. Removed clearing of takeoff_complete flag. This is still cleared during disarm which is automatic after 30 seconds of no throttle. 13 years ago
Jason Short 09f4a16bfb changed the way takeoff complete is figured. Looking for high throttle. 13 years ago
Jason Short b8349f5486 Added note to functionality 13 years ago
Michael Oborne a31543e547 APM Planner 1.1.89 13 years ago
Jason Short 9d92602188 changed WP radius to AP_Int16 13 years ago
Pat Hickey 5766afa6c8 ArduPlane: Increment format number in Parameters.h 13 years ago
Pat Hickey 1c00d1ffe3 ArduPlane: Fix effect of ELEVON_REVERSE 13 years ago
Jason Short 5754f97433 reversed circle_WP calculation so the next_WP refers to the destination around the circle and circle_WP refers to the center. The intent is to make it easier to see via ground station. 13 years ago
Robert Lefebvre 56335e81e4 Fix TradHeli Collective Yaw Effect bug. 13 years ago
Michael Oborne 9a92531e8c APM Planner 1.1.88 13 years ago
Jason Short 7df1aa2914 Arducopter.pde : setting rtl_approach_alt above 1 would force auto landing even if auto-landing was disabled. 13 years ago
Michael Oborne c307b69515 increase resolution on params 0.1 > 0.01 13 years ago
Andrew Tridgell ddfa06e857 SITL: fixed ChipErase() 13 years ago
Andrew Tridgell 6e444f6b64 SITL: fixed build with new ChipErase() call 13 years ago
Andrew Tridgell 353186e822 CPUInfo: update with 64 bit timings 13 years ago
Andrew Tridgell d9457ecc38 MAVLink: send time of GPS fix accurately 13 years ago
Andrew Tridgell 66544a5db2 Log: don't print '+' while erasing logs 13 years ago
Andrew Tridgell fc73fd6531 DataFlash: use ChipErase() instead of PageErase() on all pages 13 years ago
Robert Lefebvre 4e4ff84cf1 Updates to CopterLEDS 13 years ago
Andrew Tridgell 6945be0ca8 autotest: default to not using gdb on ArduPlane.elf 13 years ago
Andrew Tridgell b3aa704c49 AirSpeed: added parameter ARSPD_USE 13 years ago
Andrew Tridgell 8e01bc3593 MAVlink: update ArduPlane for param fetch during DataFlash erase 13 years ago
Andrew Tridgell 422dc82f32 MAVLink: allow parameter fetch during mavlink_delay() 13 years ago
Jason Short 1b9f34e4e0 Flip.pde: renamed dcm to ahrs 13 years ago
Jason Short 5407acdb4c Some bug fixes to Auto-flip. I ran this code through the sim and found these flaws. 13 years ago
Jason Short f6d8a18182 Added note 13 years ago
Jason Short 1a5e2f4e37 Attitude.pde - Removed rate limit based on SIM flights. These should never have been in place and seriously detriment Acro flight. 13 years ago
Andrew Tridgell f274df454a DCM: fixed a bug when using GPS for yaw correction 13 years ago
Jean-Louis Naudin 84c5a392da APMrover v2.1.6a - small update for LITE version 13 years ago
Michael Oborne 6d24f5efb2 APM Planner 1.1.87 13 years ago
Jason Short 8d075015e1 added check for duplicate time-stamped GPS messages. 13 years ago
Andrew Tridgell 251fe26875 GPS: added ublox build target 13 years ago
Jason Short 9732b7d2dc navigation.pde: 13 years ago
Jason Short 7e190c6f5c Arducopter.pde : 13 years ago
Jean-Louis Naudin 408d3dfa98 APMrover v2.1.6 - Added Speed Booster between wp and soft start 13 years ago
Andrew Tridgell 9d221b3625 AP_Common: fixed some duplicate product ID warnings 13 years ago
Michael Oborne c530704973 APM Planner 1.1.86 13 years ago
Michael Oborne 6a6c8eb708 change rover id to mav_ground 13 years ago
Jason Short d1cd04486a removed retro loiter code since Angel has a branch now. 13 years ago
Jason Short 7f3e142fa8 Loiter Gains based on new SIM 13 years ago
Robert Lefebvre c5f7b2fff2 Fixed Syntax error. 13 years ago