1662 Commits (2e63b3ae8e6e54304fd16dd6445095b1cdba7625)

Author SHA1 Message Date
Robert Lefebvre dae81d2068 Added #define for Tilt_Compensation. 13 years ago
Robert Lefebvre 4e649a381c Added comment detail for Tilt_Comp Parameter. 13 years ago
rmackay9 1e79d265a1 ArduCopter: remove unnecessary (probably slightly harmful) extra barometer read 13 years ago
rmackay9 cf3e49eea2 ArduCopter: changed sin_pitch and sin_roll to faster equivalents 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 2848bb8ee6 ArduCopter: freeze I terms if motor limits breached 13 years ago
Andrew Tridgell 601fe89baa ACM-HIL: fixed optflow declaration 13 years ago
Pat Hickey bbc7f050e5 ArduCopter GCS_MAVLink: COMMAND_LONG for arm/disarm motors 13 years ago
Pat Hickey da374f9043 ArduCopter: Provide AP_Semaphore instance for SPI3 bus on APM2. 13 years ago
rmackay9 b876733c0d ArduCopter: added message to console when entering ESC Calibration on startup 13 years ago
rmackay9 c0ad98be31 ArduCopter: failsafe added to shutdown motors if mainloop fails 13 years ago
rmackay9 fa0963d592 ArduCopter: APM_Config.h - make it ever so slightly easier to enable INERTIAL_NAV 13 years ago
rmackay9 3c9ba94f42 ArduCopter: bug fix to ROI when no camera mount is specific 13 years ago
rmackay9 7cf60e61b4 ArduCopter: bug fix in earth-frame to body-frame conversion for roll 13 years ago
rmackay9 05fd04134a ArduCopter: fix heli build 13 years ago
rmackay9 61d0c8e35c ArduCopter: added AP_Semaphore to list of includes 13 years ago
rmackay9 af1d6a9b82 ArduCopter: reduce Stabilize Yaw P term to 4.5 13 years ago
rmackay9 e375a27058 ArduCopter: prioritise rate controllers, rate controller targets converted to body frame 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
Michael Oborne a38fef65c7 AP,AC Add ability to override an altitude in any auto mode, on the current active target 13 years ago
rmackay9 95763e610b ArduCopter: allow DMP to run in parallel with DCM 13 years ago
rmackay9 8c6fd340d7 AP_AHRS: added scheduler parameter to init 13 years ago
rmackay9 41fbb19cf5 AP_InertialSensor_MPU6000: replaced _cs_pin parameter with #define and saved 1 byte of memory 13 years ago
rmackay9 bae53807b2 ArduCopter: tiny formatting change in defines.h 13 years ago
rmackay9 280488fa5e ArduCopter: bug fix to display ITERM enabled/disabled properly from cli 13 years ago
rmackay9 ed881117e0 ArduCopter: updated version to 2.7.4-Beta 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 b2f12c4854 ArduCopter: optical flow initialisation changes now that optical flow library automatically works on APM1, APM2 and APM2.5 13 years ago
rmackay9 889d1bb36c ArduCopter: alt hold bug fix - removed reset next_WP in init_home 13 years ago
rmackay9 b3ff368589 ArduCopter: position lead filters modified to use lag which varies by gps 13 years ago
rmackay9 361ff0c08f ArduCopter: allow PID logging of throttle. Make get_angle_boost actually use parameter passed in. 13 years ago
rmackay9 93ae29a3e9 ArduCopter: added throttle curve (although disabled by default) for all multicopters 13 years ago
rmackay9 498cbb063b ArduCopter: set fast gains while auto trim is being executed 13 years ago
Andrew Tridgell 5fd39bb928 ACM: updates for new GPS detection 13 years ago
rmackay9 6f32f52377 ArduCopter: bug fix in Log_Read_Attitude. It was printing two uninitialised variables. 13 years ago
rmackay9 303ca11c4c HIL: changes to fix HIL for ArduCopter after recent timing changes. 13 years ago
rmackay9 b6d2d4723f ArduCopter: print firmware version of code instead of zero. 13 years ago
rmackay9 9e66b555cb ArduCopter: removed INSTANT_PWM from ArduCopter and AP_Motors library 13 years ago
Jason Short 072085d2d8 ACM : better debugging text 13 years ago
Jason Short 6b6075ed30 ACM l Prevent pre-mature finish of mission 13 years ago
Jason Short 834f961409 ACM : Fix enduf 13 years ago
Jason Short 4c8e257ea2 ACM : forced setup_show to dump params during log dump for better analysis. 13 years ago
Jason Short 34e07c826f ACM : Added centralized Iterm logging at a lower rate. Logs all iterms. 13 years ago
Jason Short e8e8c27db4 ACM Mavlink - fixed comparison of unsigned to signed int by casting to uint8_t 13 years ago
Jason Short a73bc70553 ACM : Params - formatting cleanup 13 years ago
Andrew Tridgell 841d2700b6 ACM: use spare CPU cycles to read the magnetometer 13 years ago
rmackay9 fd110a2723 ArduCopter: modified mainloop timing to be in sync with the arrival of new data from the IMU. 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