1107 Commits (899e6e66b091905ccb82bed6aa20ea4990f042d6)

Author SHA1 Message Date
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
Adam M Rivera 56a00fa1f7 ArduCopter: Changed millis compare to use new config value for approach delay. 13 years ago
Adam M Rivera 07e53fad18 commands_logic.pde: Added write to constrained value to EEPROM. 13 years ago
Adam M Rivera 7b277d7044 config.h: Added RTL_APPROACH_DELAY config value. 13 years ago
Adam M Rivera 0c3d6614cd system.pde: Updated param name to loiter_timer. 13 years ago
Adam M Rivera 3d024ba2dd commands_logic: Allowed for an approach alt as low as 1m. Added a check to make sure we are currently above our target approach alt. 13 years ago
Adam M Rivera 41702aca94 ArduCopter: Updated param name from auto_land_timer to loiter_timer, because it could really be used for more routines like auto-approach. Added timer before approach (20s). 13 years ago
Adam M Rivera a366bb2f81 Parameters: Changed rtl_approach_alt to float to support more granular altitudes 13 years ago
rmackay9 870b5e5f75 ArduCopter - CH6 Tuning - added AHRS_YAW_KP parameter as 30. Now you can easily set the amount that the mag is used to correct the gyro based yaw estimate in the DCM 13 years ago
Andrew Tridgell 95cb35c7bb AHRS: enable AHRS_ group in ArduCopter 13 years ago
Adam M Rivera 77d6f22864 ArduCopter, commands_logic: Updated logic to allow as low as 5m. 13 years ago
Adam M Rivera 2954bf6f76 ArduCopter: Added check to make sure user defined approach alt is at least 5. 13 years ago
Adam M Rivera cddcdb8be3 commands_logic: Added check to make sure the do_approach method is not being used to land. 13 years ago
Adam M Rivera a2b338c052 System: Added handler for the new APPROACH flight mode which will initiate an approach to a target alt as defined by the user. 13 years ago
Adam M Rivera a24b7bcf14 ArduCopter: Added check to g.rtl_approach_alt, which if greater than zero will initiate an approach to the target alt rather than land. 13 years ago
Adam M Rivera cfe3b58248 commands_logic: Added do_approach() to set the new target alt based on the user defined value. 13 years ago