255 Commits (a38db6744f6f8295d02c1a11e42320fdf21a2bbe)

Author SHA1 Message Date
rmackay9 cfe2507c0b ArduCopter: reduce Rate Roll/Pitch P to 0.150 (was 0.175) and increase I to 0.1 (was 0.01) 12 years ago
Robert Lefebvre aa4d4f8c24 ACM: Adding Pre-Compiler Define for Stabilize Throttle Mode. 12 years ago
Robert Lefebvre 1b97a92098 ACM: Code Cleanup 12 years ago
rmackay9 f98a807d36 ArduCopter: remove debug related to yaw mode used for alt hold 12 years ago
rmackay9 9dd978576b ArduCopter: auto yaw changes to allow pilot override of yaw during missions 12 years ago
rmackay9 68ca123224 ArduCopter: remove some unused #defines 12 years ago
rmackay9 3a90fc77f9 ArduCopter: add dataflash logging of camera events 12 years ago
rmackay9 a5bb54e36e ArduCopter: RTL clean-up and slightly improved landing sensor 12 years ago
rmackay9 072ffec493 ArduCopter: allow INERTIAL_NAV to be enabled separately for horizontal and vertical position 12 years ago
rmackay9 bdb47c449a ArduCopter: pass linear altitude error to throttle rate controllers. 12 years ago
rmackay9 7b4ed2d227 ArduCopter: restored landing detector to landing throttle mode. 12 years ago
rmackay9 560bb1d738 ArduCopter: removed unused AUTO_THROTTLE_HOLD #define 12 years ago
rmackay9 3cbef57c64 ArduCopter: first merge of leonard's accel based altitude controller plus other changes from Randy 12 years ago
Andrew Tridgell 6fbf5ec8f2 Copter: update ArduCopter for new ins interface 12 years ago
Robert Lefebvre 6b8c39dd10 ACM: Creating Yaw_Look_Ahead yaw mode. 12 years ago
Robert Lefebvre 6ffc115236 Changes to get_throttle_rate() 12 years ago
Andrew Tridgell dafaa2efc8 SITL: disable optical flow on the desktop build 12 years ago
rmackay9 07a7a1acd8 ArduCopter: replaced digitalRead and digitalWrite with faster calls 12 years ago
rmackay9 e92b560df5 ArduCopter: low baterry failsafe 12 years ago
Jason Short 9735a0eff1 ACM: Allow for user defined roll and pitch input max 12 years ago
rmackay9 e212744f4c ArduCopter: failsafe improvements 12 years ago
Jason Short 129ec35c35 ACM crosstrack min distance 12 years ago
Jason Short 4d7b9137fe ACM: Added max RTL altitude 12 years ago
rmackay9 1f801714e8 ArduCopter: incorporate new version of inertial navigation 12 years ago
Jason Short 73bc90f9b8 ACM: config.h cleanup 12 years ago
rmackay9 5e8043fd9c ArduCopter: changed ACRO_ROLL_STABILIZE and ACRO_PITCH_STABILIZE to parameters 12 years ago
rmackay9 78316adf75 ArduCopter: replace Serial.print with Serial.print_P to save memory. 12 years ago
Robert Lefebvre bfade7d0ed Fixed that last commit 12 years ago
Robert Lefebvre 592f4040fd Changed RLT Yaw Mode for TradHeli. Also a few comment cleanups. 12 years ago
rmackay9 583f2e49a3 ArduCopter: integrated Leonard Hall's improved ACRO mode 12 years ago
rmackay9 7d7de976c3 ArduCopter: reduced optical flow's I and IMAX terms 12 years ago
LeonardTHall d7b7e1cefa New Yaw controller using rate feed forward and stabilize. 12 years ago
rmackay9 ee5dab9647 ArduCopter: enable ACRO mode's AXIS_LOCK by default 12 years ago
rmackay9 997fe85880 ArduCopter: fixed acro mode 12 years ago
rmackay9 4a41a3d210 ArduCopter: added BATT_VOLT_PIN and BATT_CURR_PIN parameters to allow support for new 3DR IV battery voltage and current monitor 13 years ago
Robert Lefebvre dae81d2068 Added #define for Tilt_Compensation. 13 years ago
rmackay9 03933df5b7 ArduCopter: set default rate roll and pitch I terms to 0.010, and rate yaw to 0.015 13 years ago
rmackay9 35fa50234f ArduCopter: move I terms from stabilize to rate controllers 13 years ago
rmackay9 af1d6a9b82 ArduCopter: reduce Stabilize Yaw P term to 4.5 13 years ago
rmackay9 ea4f256f8e ArduCopter: BATT_PIN parameter added to allow you to select which pin is used for voltage and current measurements 13 years ago
rmackay9 95763e610b ArduCopter: allow DMP to run in parallel with DCM 13 years ago
rmackay9 41fbb19cf5 AP_InertialSensor_MPU6000: replaced _cs_pin parameter with #define and saved 1 byte of memory 13 years ago
rmackay9 fff5d51694 ArduCopter: reduced Loiter Rate I to 0.04 (was 0.08) 13 years ago
rmackay9 a71aa21514 ArduCopter: increase default Loiter Rate P to 5.0 13 years ago
rmackay9 9e66b555cb ArduCopter: removed INSTANT_PWM from ArduCopter and AP_Motors library 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
Craig Elder 274b2e2143 Arducopter: Release 2.7.2 13 years ago
Andrew Tridgell e8d928cca4 ACM: added TELEM_DELAY to ArduCopter 13 years ago
Craig Elder 4ad516c445 Arducopter: increased MAVLINK delay to 6s to reduce the chance of xBee bricking 13 years ago
rmackay9 2ad6dcb7c4 ArduCopter: increased Stabilize Roll and Pitch I term to 0.05 (was 0.01) based on feedback from Jason 13 years ago