4756 Commits (50b5d33745867489c07016f72def9c364cf19769)
 

Author SHA1 Message Date
Amilcar Lucas 50b5d33745 Enable camera triggering by default 13 years ago
Amilcar Lucas 82b82283be ATmega1280 does not have enough memory for mount support so disable AUTO GPS support, to allow mount support to fit. 13 years ago
Michael Oborne 7a887bb27d Mission Planner 1.2.2 13 years ago
Michael Oborne e0e0fe0ce5 firmware build 13 years ago
Andrew Tridgell 301ab00c5b APM: added control switch debouncer 13 years ago
rmackay9 c091c8e0e6 ArduCopter: bug fix to reset yaw target when zero and when in stabilize or acro mode. 13 years ago
rmackay9 176e6fdd68 ArduPlane: bug fix to global var_info parameter list for ahrs object. 13 years ago
rmackay9 a5b5f6a619 ArduCopter: bug fix to global var_info parameter list for ahrs object. 13 years ago
Andreas M. Antonopoulos 7262b0429a AP_Limits: experimental "bounce" mode. 13 years ago
Robert Lefebvre 4ffc5e211a Fixing Trad Heli Ext ESC Controller 13 years ago
Andreas M. Antonopoulos de85442c36 AC2.7.1: Updated version and tag 13 years ago
Andrew Tridgell 0b49ac0ed0 APM: fixed overflow in geofence code for altitudes above 327 meters 13 years ago
Jason Short 8c47b0c087 ACM: Toy mode fix - Pitch flipped the sign on roll/Yaw coupling. 13 years ago
rmackay9 77b1785bc6 ArduCopter: reduce stabilize roll, pitch and rate yaw IMAX values 13 years ago
Michael Oborne 8001515b7e Mission Planner 1.2.1 13 years ago
Andrew Tridgell cb61c3be96 APM: fixed case of 'LAND_PITCH_CD' 13 years ago
Michael Oborne e577b51e17 AC remove attitude hil unused extra (gps jump issue.) 13 years ago
rmackay9 5cb4a88292 ArduCopter: reset target yaw when throttle is zero (except if failsafe has been triggered) 13 years ago
rmackay9 06e35820e5 ArduPlane: allow MPU6000's DMP to be used for attitude estimation. 13 years ago
rmackay9 5077674043 AP_InertialSensor_MPU6000: another attempt at fixing the SITL build 13 years ago
rmackay9 7683e9d870 AP_InertialSensor_MPU6000: changed DMP memory definition (dmpMem) to const uint8_t to remove SITL compile errors (hopefully) 13 years ago
rmackay9 3047084ed3 ArduCopter: added DMP_ENABLED to APM_Config.h to make it easier for people to enable it. 13 years ago
rmackay9 0eaf427062 AP_AHRS_MPU6000: cleaning up compiler warning due to unused yaw_deltat variable 13 years ago
rmackay9 670a66667f ArduCopter: fixed HIL build by removing ability to change _kp and _kp_yaw gains (used for accel and gyro sensor mixing) 13 years ago
rmackay9 48074f4766 AP_InertialSensor_Oilpan: changed initialisation order of parameters to remove compiler warning 13 years ago
Michael Oborne ef870e3ca1 AC remove some attitude HIL limitations 13 years ago
rmackay9 842ce47219 ArduPlane: change to Parameters.pde to support moving var_info from AP_AHRS to AP_AHRS_DCM 13 years ago
rmackay9 1b521a9f73 AP_AHRS: updated test sketch to allow use of MPU6000's DMP 13 years ago
rmackay9 94cb325184 ArduCopter: added ahrs.ini() to system.pde to allow offsets to be pushed into MPU6000's DMP 13 years ago
rmackay9 014f5aae99 ArduCopter: added DMP_ENABLE #define and CH6 tuning value for AHRS_KP 13 years ago
rmackay9 f97257830b ArduCopter: changes in arducopter to support moving AHRS var_info from AP_AHRS to AP_AHRS_DCM 13 years ago
rmackay9 dbe7c8ed1a AP_AHRS_MPU6000: first draft implementation of class that uses MPU6000's DMP to calculate attitude 13 years ago
rmackay9 b844bb7919 AP_AHRS: removed var_info from AP_AHRS class (moved to AP_AHRS_DCM) 13 years ago
rmackay9 468170b589 AP_AHRS_DCM: moved var_info to belong to AP_AHRS_DCM instead of AP_AHRS 13 years ago
rmackay9 7b9782c5ac AP_IMU_INS: added gx(), gy() and gz() methods to return gyro offsets 13 years ago
rmackay9 6cd0918134 AP_InertialSensor: methods added to access DMP functionality 13 years ago
Michael Oborne cb0eacca37 AP Fix Hil Airspeed calc in m/s 13 years ago
Michael Oborne c87337a3a8 firmware build 13 years ago
Andrew Tridgell 9eb05a2e1a APM: update version for 2.50 release 13 years ago
Andrew Tridgell 6bcfe913f7 APM: added a SCALING_SPEED parameter 13 years ago
Andrew Tridgell 3c2fc72654 APM: fixed HIL build 13 years ago
Andrew Tridgell 07992bc943 APM: fixed build 13 years ago
Andrew Tridgell 4b4b67496b MAVLink: rename the message_definitions directory 13 years ago
Andrew Tridgell 8dd62829f9 MAVLink: removed MAVLink 0.9 message definitions 13 years ago
Andrew Tridgell 7e697e4abd APM: switch back to old nav_roll calculation 13 years ago
Michael Oborne ca6419bf52 Mission Planner 1.2 13 years ago
rmackay9 8e5312a759 ArduCopter: add support for MAVLink's MAV_CMD_NAV_ROI command 13 years ago
rmackay9 bb05dab924 AP_Mount: addition of Amilcar's mount_type 13 years ago
Michael Oborne c8e0da0dd1 firmware build 13 years ago
Michael Oborne f4705577c8 AC fix sitl attitude hil build 13 years ago