14924 Commits (2b0ccae776915f3bf97727e96b4c19dfbfcfb4ba)
 

Author SHA1 Message Date
Andrew Tridgell 5d8cec23db Plane: update version to 3.2.1beta1 10 years ago
Andrew Tridgell 3123504b38 Plane: start release notes for 3.2.1 10 years ago
Andrew Tridgell b4265cf467 autotest: fixes to quad view for new fg versions 10 years ago
Andrew Tridgell 3d433d2106 AP_Mission: loop check is only needed in one place 10 years ago
Andrew Tridgell 540cadc086 AP_Mission: prevent infinite loop with linked jump commands 10 years ago
Kevin Hester ff4151ef47 SITL: Update install instructions based on Robert's finding 10 years ago
Kevin Hester 4eb2cc0173 SITL: Build JSBsim so that plane sim works in Vagrant 10 years ago
Kevin Hester ad9c3d730c SITL: Numerous improvements to vagrant image and easier SITL for mac/windows 10 years ago
Andrew Tridgell 4ee9575e6d AP_Frsky_Telem: fixed code formatting 10 years ago
Matthias Badaire f59f85d4a4 AP_Frsky_Telem: add SBUS support 10 years ago
Matthias Badaire ee00302b62 Plane: Frsky telemtry change move parameter to init of the class 10 years ago
Matthias Badaire a2d71d2811 Copter: Frsky telemtry change move parameter to init of the class 10 years ago
Matthias Badaire ff064e12b1 Rover: Frsky telemtry change move parameter to init of the class 10 years ago
priseborough 5df733a883 AP_NavEKF: Allow flight transition to optical flow mode if GPS is lost 10 years ago
priseborough 04810c012d AP_NavEKF: Increase flow data valid timeout to handle arming delays 10 years ago
priseborough 073b8e7c43 AP_NavEKF: Always explicitly set required const pos or vel mode when arming 10 years ago
priseborough 9c6dabe1cc AP_NavEKF: Add separate flow default parameters for platform types 10 years ago
priseborough d2da16e652 AP_NavEKF: Consistently set timeout flags whenever aiding is inhibited 10 years ago
priseborough 824425625c AP_NavEKF: Update public method used to inhibit GPS use 10 years ago
priseborough 1033f5fc1e AP_NavEKF: Apply flow nav vehicle limits regardless of sensor health 10 years ago
priseborough 14b51f6d74 AP_NavEKF: Unconditionally fuse velocity in constant velocity mode 10 years ago
priseborough 6663d80176 AP_NavEKF: Simplify nested logic - functionally equivalent 10 years ago
priseborough 12c3368c4d AP_NavEKF: Bypass GPS glitch logic when not aiding 10 years ago
priseborough 5c8e71a8d1 AP_NavEKF: Don't reset the position measurement timeout if not aiding 10 years ago
priseborough c505a458de AP_NavEKF: Always declare a position measurement timeout if aiding not used 10 years ago
priseborough 3b166372cc AP_NavEKF: Always declare a velocity measurement timeout if velocity not used 10 years ago
priseborough 95c3197170 AP_NavEKF: Ensure velocity will not be reset unless needed for aiding 10 years ago
priseborough 8aeec82846 AP_NavEKF: Continually turn off aiding whilst the vehicle is disarmed 10 years ago
priseborough 81ee339e25 AP_NavEKF: Synchronise non-aiding mode state corrections 10 years ago
priseborough ae6b85e63d AP_NavEKF: Explicitly set aiding to off when disarmed 10 years ago
priseborough fb1962b111 AP_NavEKF: Let reported position whilst disarmed show inertial errors 10 years ago
Randy Mackay d26121036f AutoTest: param file to enable SIM OptFlow 10 years ago
Randy Mackay 1819bd48f4 Copter: remove home_is_set checks from Loiter, PosHold, RTL 10 years ago
Randy Mackay 01c669ee15 RangeFinder: minor param description update 10 years ago
Randy Mackay d49489ca7e Copter: optflow_position_ok requires using EKF 10 years ago
Randy Mackay 01f1ce4cb3 Copter: position_ok false when EKF in const pos mode 10 years ago
Randy Mackay 74ac79ba10 Copter: Drift uses throttle_zero flag 10 years ago
Randy Mackay 02d0b05926 Copter: minor format fix 10 years ago
Randy Mackay 4185d17915 Copter: fix to RTL, PosHold and Loiter's use of filter status 10 years ago
Randy Mackay cc52bbbffb Copter: update current loc once home is set 10 years ago
Randy Mackay f1a6b06586 Copter: remove redundant filter status checks 10 years ago
Randy Mackay 3641d3d508 Copter: send inav velocities in global position message 10 years ago
Randy Mackay e464909ddf Copter: position_ok true when EKF predicts it will be ok 10 years ago
Randy Mackay 58ac9de94b Copter: update home position when disarmed 10 years ago
Randy Mackay fd0b82f669 Copter: add optflow_position_ok and use for loiter 10 years ago
Randy Mackay 199dc3454d Copter: replace GPS_ok with position_ok 10 years ago
Randy Mackay a4f71e5946 Copter: replace inav's position_ok with get_filter_status 10 years ago
Randy Mackay c24e997fb2 AC_Fence: use inertial nav's get_filter_status 10 years ago
Randy Mackay f35efc56e0 InertialNav_EKF: get_filter_status replaces position_ok 10 years ago
Randy Mackay 5d80481723 InertialNav: get_filter_status replaces position_ok 10 years ago