1172 Commits (e1acf21381f1e60da8fbe0ef458d61594a55a1c2)

Author SHA1 Message Date
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
Adam M Rivera acab9b7c2c Parameters.pde: Added new comment structure to a few parameters for testing. 13 years ago
Andrew Tridgell 4fee26437b MAVLink: make ACM build with MAVLink 1.0 possible in arduino GUI 13 years ago
Andrew Tridgell fe970221e2 ACM: added support for MAVLink 1.0 to ArduCopter 13 years ago
Adam M Rivera b2a7227ae7 ArduCopter/Navigation: Updated code to reference the new g.retro_loiter param instead of the compile define. 13 years ago
Adam M Rivera 60c347e23b Parameters: Added g.retro_loiter which is configurable by the user via the MP. 13 years ago
Adam M Rivera 8e580729b7 config.h: Removed comment. 13 years ago
Jason Short 9c19138fb8 Log.pde : Updated Flash Logging to log Floats properly vs scaled integers. 13 years ago
Jason Short e22832a832 Added a union for casting floats to ints and back when storing Floats to the DataFlash 13 years ago
rmackay9 090f5aaa6f ArduCopter - config.h - set standard RC_SPEED to 125 for helicopter frame 13 years ago
rmackay9 c993049c48 ArduCopter - combined CH6_DAMP and CH6_STABILIZE_KD tuning parameters to avoid confusion 13 years ago
rmackay9 533772339e ArduCopter - Attitude.pde - added logging of optical flow pid controller 13 years ago
rmackay9 3e95ade004 ArduCopter - changed optflow object to be APM2 version if necessary 13 years ago
rmackay9 919f004b27 ArduCopter - changed Optical Flow for APM2 to use A3 pin 13 years ago
rmackay9 f0a9209935 ArduCopter - regressed version back to 2.5.4 13 years ago
James Goppert 5390467f3d Worked on ArduCopter cmake options. 13 years ago
Adam M Rivera 1676e09f12 navigation.pde: Put the new calc_GPS_velocity method in a compiler if that checks the new RETRO_LOITER_MODE config value (saves space and ensures its not being used unless retro loiter mode is enabled) 13 years ago
Adam M Rivera d29f1ef331 Loiter: Made the "retro loiter" routines configurable. Add RETRO_LOITER_MODE ENABLED to APM_Config.h to enable the older loiter shtuff. 13 years ago
Adam M Rivera a7bc3d2cc6 Arducopter.pde: Moved gps to 10hz. Changed calc_XY_velocity to calc_GPS_velocity. 13 years ago
Adam M Rivera d4a4641ae6 navigation.pde: Added calc_GPS_velocity. Added constraint to x/y error and x/y rate error. 13 years ago
James Goppert 53c143a575 Improved cmake options. 13 years ago
James Goppert 0e7e77760a Updated ArduPlane/ArduCopter cmake options. 13 years ago
Adam M Rivera a3842734a9 Planner/defines.h: Updated the enumeration value for APPROACH so as not to disturb the order of the universe. 13 years ago
James Goppert a9f0bd24d7 Switched to project specific cmake lists. 13 years ago
Adam M Rivera f6d81a16c2 ArduCopter: Added code to prevent mode from switching to APPROACH on every loiter. 13 years ago