3505 Commits (b1202ccbffbde48b482a31173e335f40a76021a8)

Author SHA1 Message Date
Andrew Tridgell b1202ccbff GCS_MAVLink: merge in latest upstream XML changes 12 years ago
Andrew Tridgell 9d66adae13 AP_Airspeed: added get_airspeed_ratio() and set_airspeed_ratio() 12 years ago
Andrew Tridgell cc778a68ae APM_Control: changed attitude controllers to take angular error not angle 12 years ago
Andrew Tridgell b721bcc129 AP_AHRS: removed get_roll_rate_earth() and get_pitch_rate_earth() 12 years ago
Andrew Tridgell 21859f9364 RC_Channel: fixed dead_zone for range channels 12 years ago
Andrew Tridgell 086e8f80dc AP_AHRS: fixed spin rate gain conversion from degrees to radians 12 years ago
Randy Mackay effc829790 INS: relax accel offset check to 3.5 m/s/s 12 years ago
Randy Mackay 110966c186 AP_TECS: compile error fix for size_of(log_tuning) 12 years ago
Randy Mackay fb5ada38c0 RC: example sketch uses set_default_dead_zone 12 years ago
Randy Mackay 47437b9ddf RC: set dead zone only if parameter has not been set by user 12 years ago
Randy Mackay 012d7b0c0a OptFlow: initialisation fix 12 years ago
Andrew Tridgell 131aa53e42 AP_Relay: update for new PX4 relay pin 12 years ago
Andrew Tridgell 83b13c3d88 HAL_PX4: fixed definition of relay and piezo pins 12 years ago
Andrew Tridgell 0916388ab5 HAL_PX4: retry opening UARTs up to 5 times 12 years ago
Marco Bauer 72d0721721 AP_Relay: setup pin for PX4 relay support 12 years ago
Marco Bauer a3b216bce3 HAL_PX4: added GPIO driver 12 years ago
Randy Mackay bf5a50f738 WPNav: stopping point projection uses wp_leash 12 years ago
Andrew Tridgell f2316747f5 APM_Control: re-work to allow for rate based control 12 years ago
Randy Mackay 345924ddec WPNav: replace LOITER_ACCEL_MAX with parameter 12 years ago
Randy Mackay 204f613467 WPNav: bug fix to reported distance to target 12 years ago
Randy Mackay 518eba0729 WPNav: bug fix to loiter accel calculation 12 years ago
Randy Mackay c4f17b3235 WPNav: rounding error fix in loiter 12 years ago
Randy Mackay 5d23d5aaa7 WPNav: reduce loiter speed used to correct pos error 12 years ago
Randy Mackay 7860d06b91 AHRS: typo fix for ORIENTATION param description 12 years ago
Andrew Tridgell 0f72401d8d AP_Baro: added GND_ALT_OFFSET parameter 12 years ago
Andrew Tridgell 469736e6bc DataFlash: changes for GPS field changes 12 years ago
Andrew Tridgell 279f6d00f0 AP_AHRS: changes for GPS field changes 12 years ago
Andrew Tridgell 7dbb898264 AP_GPS: switch fields to add units suffix 12 years ago
Paul Riseborough 66d60953df TECS: added height update_pitch call 12 years ago
Andrew Tridgell 9959f6b2df AP_Camera: removed incorrect mavlink sends 12 years ago
Craig@3DR f5154d9e7a AP_Camera: changed update_location() to return true for camera trigger 12 years ago
Andrew Tridgell 7fa1fe8590 AP_Param: use 0xFFFF not __UINT16_MAX__ 12 years ago
Paul Riseborough 2c5db9a165 TECS: added support for throttle nudging 12 years ago
Paul Riseborough 9c431b4a04 TECS: use altitude supplied by mainline code 12 years ago
Paul Riseborough d8fedf994a AP_SpdHgtControl: added height above field parameter 12 years ago
Tobias 4a75351bd3 AP_Param: fixed a compiler warning with -Wsign-conversion 12 years ago
Tobias 27a5c28851 AP_Param: fixed some compiler warnings 12 years ago
Tobias ab311d1dd4 AP_Compass: removed comparison out of range compiler warning 12 years ago
Tobias c95072ea25 AP_GPS: added explicit cast to omit [-Wconversion] warning 12 years ago
Andrew Tridgell 8c49ed78a5 AP_Math: make the rotation numbers easier to find 12 years ago
Andrew Tridgell a6c7bd3612 AP_Compass: fixed rotations for COMPASS_ORIENT 12 years ago
Tobias 338c054da2 Filter: validity of array index was checked AFTER accessing the element. 12 years ago
Tobias d3ea88e8c7 AP_HAL: resolved -Woverloaded-virtual warning 12 years ago
tobias 1bf135b36f AP_AHRS: make some more functions const 12 years ago
Tobias ce6529734c HAL_AVR: reorder parameters to remove a warning with -Wreorder 12 years ago
tobias 4e7fea787b HAL_AVR: corrected includes to replace #include "$HEADER" with #inlcude "utility/$HEADER" 12 years ago
Randy Mackay 649cbf6b68 WPNav: reduce default WP_ACCEL and LOITER_SPEED 12 years ago
Randy Mackay ded31582de AP_AHRS: add Roll90Yaw90 to parameter description 12 years ago
rmackay9 073e2c9f15 ACMotors: bug fix to yaw limit 12 years ago
John Boiles bb2a6b8a22 HAL_SITL: Fixing SITL build for OSX. 12 years ago