1246 Commits (37685756df8095008ae00b10c7a50acf67dc8ecf)

Author SHA1 Message Date
rmackay9 2a216ce900 ArduCopter: fixed print_latlon bug in which it would print negative lat/lon numbers incorrectly (i.e. -1234567890 would be printed as -124.xxx). 13 years ago
Jason Short c2d14a5cad RC_Channel fix for throttle output. 13 years ago
Robert Lefebvre 5f058fb9b2 TradHeli: Incorporating Ext ESC Control 13 years ago
Robert Lefebvre 30e55533dc Change to increase Parameter space as we have run out. 13 years ago
Jason Short dec6f0ca62 When RTLing, force home as the final location for loiter. 13 years ago
Jason Short bc578172a5 moved detector to run until the throttle is low, then stop running. 13 years ago
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
Jason Short 9d92602188 changed WP radius to AP_Int16 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
Jason Short 7df1aa2914 Arducopter.pde : setting rtl_approach_alt above 1 would force auto landing even if auto-landing was disabled. 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
Robert Lefebvre 4e4ff84cf1 Updates to CopterLEDS 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
Jason Short 8d075015e1 added check for duplicate time-stamped GPS messages. 13 years ago
Jason Short 9732b7d2dc navigation.pde: 13 years ago
Jason Short 7e190c6f5c Arducopter.pde : 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
Robert Lefebvre c8fb9a6635 More CopterLEDS changes. 13 years ago
Robert Lefebvre a285e2779f CopterLEDS changes for APM2 13 years ago
rmackay9 357d6c2d9b ArduCopter: bug fix for reversing tri servo 13 years ago
rmackay9 2f74004fcb ArduCopter: updated version to 2.5.5 13 years ago
rmackay9 af86ae8cbf ArduCopter: fixed compile error by declaring extern print_latlon 13 years ago
Andrew Tridgell 435a64b97e ACM: fixed HIL build 13 years ago
rmackay9 a1f5661161 ArduCopter: restored gps test in CLI 13 years ago
Adam M Rivera 56d3fa1601 Parameters.pde/AP_MotorsHeli: Updated comments to leverage the new value aliases 13 years ago
Adam M Rivera 40fdba441b Parameters.pde: Added value aliases to comments 13 years ago
Adam M Rivera 941cf6fa69 Parameters.pde: Added more parameter comments. 13 years ago
Andrew Tridgell 67afdc7485 autotest: fixes for MAVLink 1.0 in autotest 13 years ago
Adam M Rivera 239323eaa4 Parameters.pde/AP_MotorsHeli.cpp: Added comments from Roberts clone. 13 years ago
Adam M Rivera cb6f97fc7f Changed the marker for Group parameters to @Group. 13 years ago
Adam M Rivera 51bcc73c77 Parameters.pde: Added lib comments. 13 years ago
Adam M Rivera 29fec278eb Parameters.pde: Updated comment schema to include the parameter name which becomes the XML node that contains the meta data. 13 years ago