Andrew Tridgell
|
aab0c31385
|
AP_DAL: prevent logical loop between AHRS and EKF
this prevents the EKF using its own rejecting_airspeed flag
|
3 years ago |
Andrew Tridgell
|
01ac314837
|
AP_AHRS: use EKF rejecting_airspeed flag
stop using airspeed sensor when EKF is rejecting the sensor
|
3 years ago |
Andrew Tridgell
|
9dcff1a23f
|
AP_NavEKF3: set rejecting_airspeed flag
we report as rejecting airspeed when we have not fused airspeed for 3s
and want to use airspeed
|
3 years ago |
Andrew Tridgell
|
949975a856
|
AP_NavEKF2: set rejecting_airspeed flag
we report as rejecting airspeed when we have not fused airspeed for 3s
and want to use airspeed
|
3 years ago |
Andrew Tridgell
|
a6142fa3dd
|
AP_NavEKF: added rejecting_airspeed flag in EKF status
|
3 years ago |
Andrew Tridgell
|
7643c5d3f3
|
SITL: log airspeed in SIM2
|
3 years ago |
Peter Barker
|
13f7e12d2a
|
Revert "AP_Param: Use AP:FS() to read files"
This reverts commit e6929892e3 .
|
3 years ago |
Andy Piper
|
ddfef6944b
|
AP_BLHeli: correct documentation for passthrough port
pre-emptively setup serial passthrough to increase BLHeliSuite reliability
|
3 years ago |
Andy Piper
|
ab25fc659a
|
AP_HAL_ChibiOS: correct prescaler algorithm
remove redundant PWM reset
|
3 years ago |
Tatsuya Yamaguchi
|
4309fc817e
|
AP_Proximity: change variable type from float to uint8_t
|
3 years ago |
murata
|
7eb231281b
|
AP_HAL: Remove meaningless semicolons
|
3 years ago |
murata
|
6c83f2262d
|
AP_Scripting: Remove meaningless semicolons
|
3 years ago |
murata
|
a6ea55735f
|
AP_HAL_ChibiOS: Remove meaningless semicolons
|
3 years ago |
murata
|
0ab9f331a4
|
AP_Soaring: Remove meaningless semicolons
|
3 years ago |
murata
|
1e46fe3cf3
|
AP_Param: Remove meaningless semicolons
|
3 years ago |
murata
|
127f356c86
|
AP_Frsky_Telem: Remove meaningless semicolons
|
3 years ago |
murata
|
66193bde3a
|
AP_Declination: Remove meaningless semicolons
|
3 years ago |
murata
|
b3dd61656d
|
AP_BattMonitor: Remove meaningless semicolons
|
3 years ago |
murata
|
8fbdb01033
|
AC_AutoTune: Remove meaningless semicolons
|
3 years ago |
Joshua Henderson
|
4b51dc73b5
|
AC_Attitude_Control: add get_attitude_target_ang_vel
|
3 years ago |
Joshua Henderson
|
f3cac9e1aa
|
GCS_MAVLink: add send_attitude_target
|
3 years ago |
murata
|
629469acbf
|
AP_Airspeed: remove duplicated words from comments
|
3 years ago |
murata
|
819b25d918
|
AP_AHRS: remove duplicated words from comments
|
3 years ago |
RuffaloVM
|
bb1bd69172
|
AP_AHRS : remove duplicated words from comments
|
3 years ago |
Leonard Hall
|
162dd6d2bc
|
AC_AttitudeControl: AC_PosControl: Remove velocity override
|
3 years ago |
Leonard Hall
|
0c42b890e6
|
RC_Channel: Add Aux Switch enumeration Force Flying
|
3 years ago |
Iampete1
|
894f924de0
|
AC_Autotune: add axis string function
|
3 years ago |
Iampete1
|
58e2e84432
|
AC_Autotune: remove error string and start test
|
3 years ago |
Iampete1
|
8376779038
|
AC_AutoTune: Multi: consolidate messages
|
3 years ago |
Iampete1
|
08fcbedaee
|
AC_AutoTune: remove check_level function and LevelIssue
|
3 years ago |
Bill Geyer
|
a2c1c809b2
|
AC_AttitudeControl: tradheli-change param name from _VFF to _FF
|
3 years ago |
Bill Geyer
|
b1d6e41fb9
|
AC_PID: tradheli-change param name from _VFF to _FF
|
3 years ago |
Sam Chamberlin
|
d73a45aa64
|
hwdef: add ARK_GPS
|
3 years ago |
Leonard Hall
|
b1f80fbe4f
|
AC_AttitudeControl: Remove double colon
|
3 years ago |
Joshua Henderson
|
8af7752110
|
AC_AttitudeControl: nfc PosControl fix to say relative to EKF origin
|
3 years ago |
Joshua Henderson
|
8e04fb4e8e
|
AP_InertialNav: nfc, fix to say relative to EKF origin
|
3 years ago |
Rishabh
|
6ceee23b85
|
AP_Proximity: Add parameter to allow manually setting range to sensors
|
3 years ago |
bugobliterator
|
3598724378
|
AP_GPS: change time_epoch_convert to istate_time_to_epoch_ms
|
3 years ago |
bugobliterator
|
244b8ed358
|
AP_GPS: change _last_itow to _last_itow_ms
|
3 years ago |
bugobliterator
|
d3d3c826f7
|
AP_GPS: set _last_itow alongside state.last_corrected_gps_time_us
|
3 years ago |
bugobliterator
|
e77bb74f9b
|
AP_GPS: remove unnecessary multiply with 1000ULL in time_epoch_usec
|
3 years ago |
Peter Barker
|
17fc5499f8
|
AP_Mount: mark result of get_velocity as unused
|
3 years ago |
Peter Barker
|
5528159f31
|
AP_AHRS: add WARN_IF_UNUSED to several methods
|
3 years ago |
Peter Barker
|
8572c2bef3
|
AC_Avoidance: get Vector3f when checking all components of relpos
|
3 years ago |
Peter Barker
|
af1a454820
|
SITL: fix may-be-used-uninitialised error in thermalling code
|
3 years ago |
Peter Barker
|
56761cccf0
|
AP_Baro: correct should-probe check for Keller Baro
|
3 years ago |
Joshua Henderson
|
204c26c53b
|
hwdef: f103-RangeFinder, use AP_PERIPH_RANGEFINDER_PORT_DEFAULT
|
3 years ago |
Joshua Henderson
|
ed208687b4
|
hwdef: Pixracer-periph, use AP_PERIPH_RANGEFINDER_PORT_DEFAULT
|
3 years ago |
Randy Mackay
|
cfcdc1e78f
|
AP_NavEKF3: optflow terrain reset after 5sec
|
3 years ago |
Bill Geyer
|
6356970839
|
AC_AutoTune: reduce target angle for feedforward test
|
3 years ago |