Leonard Hall
870888efeb
AC_AttitudeControl: AC_PosControl: fix PID filter names FILT -> FLTE, D_FILT -> FLTD
4 years ago
Leonard Hall
d21b07db98
AC_PID: fix PID filter names FILT -> FLTE, D_FILT -> FLTD
...
Follow used guided but references the maximum velocity settings. As Guided does not set maximum velocities these values come back as zero. So we need to reference WP_Nav to get safe maximums.
4 years ago
Iampete1
88a5372ab7
AP_AIS: log base station report message
4 years ago
Iampete1
193ee8d865
AP_AIS: add log structures
4 years ago
Iampete1
6deacda180
AP_HAL_SITL: load SIM_AIS
4 years ago
Iampete1
ce7a93ab6c
SITL: add SIM_AIS
4 years ago
Peter Hall
60db4c1a62
GCS_Mavlink: add AIS msg
4 years ago
Peter Hall
e86665a989
Rover: add AIS
4 years ago
Peter Hall
c539f0cff5
AP_AIS: add
4 years ago
Peter Hall
2a58e7097f
AP_Logger: LogStructure: add AIS
4 years ago
Peter Hall
5ad69fc5a3
Rover: send AIS
4 years ago
Peter Hall
d0fc5210c8
AP_SerialManager: add AIS
4 years ago
ES-Alexander
e78fc9cd5b
AP_LeakDetector: enable for Pixhawk4
4 years ago
Andrew Tridgell
2d6070d449
AP_Scripting: added has_valid_input binding
4 years ago
bugobliterator
81c5a99527
AP_HAL_ChibiOS: fix invalid use of FDCAN2_IT0_IRQn enum for ifdef
4 years ago
Andrew Tridgell
3f67917c26
AP_Airspeed: check for baro baro data in SDP3X
...
this matters for SDP3X as AP_Periph sensor with no baro
4 years ago
QioTek
30e23052a0
AP_HAL_ChibiOS: add Icm42605 as a backup to replace icm20649
...
AP_HAL_ChibiOS: add Icm42605 as a backup to replace icm20649
4 years ago
xianglunkai
27dd97383c
Tools: added name to GIT_Success.txt
4 years ago
Andrew Tridgell
ff59e0f72f
AP_NavEKF3: fixed output LLH to account for IMU offset
...
thanks to Paul and Randy
4 years ago
Hwurzburg
72a927343a
AP_Scripting: make LUA memory panic more helpful
4 years ago
Hwurzburg
2939efe2c6
AP_OSD: add option to convert to miless at 5280ft vs 10000ft
4 years ago
Randy Mackay
1ccbe0d0df
AP_Torqeedo: fixes after peer review
4 years ago
Randy Mackay
4c7f23bb67
AP_Torqeedo: pre-arm does not provide prefix
4 years ago
Randy Mackay
b147d59ab7
AP_Torqeedo: rename TRQD_DEBUG to OPTIONS and make bitmask
4 years ago
Randy Mackay
2890c1c651
AP_Torqeedo: health reporting based on sending and receiving
4 years ago
Randy Mackay
9ffd22fad0
AP_Torqeedo: support connection to motor or tiller
4 years ago
Randy Mackay
8ebb6165f7
AP_Torqeedo: logging and debug output
4 years ago
Randy Mackay
109d9f59a5
Rover: add torqeedo to pre-arm checks
4 years ago
Randy Mackay
7bcd43eb0d
AP_Torqeedo: add healthy and pre-arm checks
4 years ago
Randy Mackay
719b1e1267
AP_Torqeedo: serial RTS pin can turn motor on
4 years ago
Rishabh
8aa5be2a08
SITL: Change Morse Ackermann model param
4 years ago
Randy Mackay
a6e8f2e73b
AP_NavEKF2: NKF3.IYAW logs in degrees
4 years ago
Randy Mackay
2f1444772b
AP_NavEKF3: XKF3.IYAW logs in degrees
4 years ago
Peter Hall
ed4345cb3b
Quadplane: tailsitter: provide assistance at min throttle
4 years ago
Peter Hall
2527117cf9
Quadplane: combine assistance_needed and assistance_safe functions
4 years ago
Peter Barker
abb6521127
Revert "autotest: use SIM_STATE (common.xml) instead of SIMSTATE (ardupilotmega.xml)"
...
This reverts commit 540a56adb8
.
Polling this message caused issues on reboot - shouldn't be a problem
but is.
Retrying that showed that the Tracker GUIDED test failed reliably due to
a yaw problem.
4 years ago
Pierre Kancir
231ee84ab9
Tools: correct author name formatting
...
prevent error
fatal: --author 'pierre.kancir.emn@gmail.com' n'est pas de la forme 'Nom <email>' ni ne correspond à aucun auteur existant
4 years ago
Peter Barker
44d5885d99
autotest: augment blending test to ensure GPS switch events make log
4 years ago
Peter Barker
badf461101
Blimp: log GPS primary change event in GPS library
4 years ago
Peter Barker
14e5c99b0c
ArduCopter: log GPS primary change event in GPS library
4 years ago
Peter Barker
c9699d7ce4
AP_GPS: log GPS primary change event in GPS library
4 years ago
Hwurzburg
80b4cd7ae9
ArduPlane: correct Mission Reset override behaviour in Plane
4 years ago
Hwurzburg
e680611324
AP_OSD: Add Link Quality icon
4 years ago
Andrew Tridgell
2b1e80c70d
Tools: copy board_list.py for build_binaries.py
4 years ago
Pierre Kancir
849e30b074
.github: swith to GCC10 for chibios build
4 years ago
Randy Mackay
d961186e0c
AP_NavEKF3: remove unused EK3_GSF_DELAY param
4 years ago
Randy Mackay
f8399fe3de
AP_NavEKF2: remove unused EK2_GSF_DELAY param
4 years ago
Andrew Tridgell
3c0238ce8b
Tools: break out boards list
...
this is to help with the custom build server
4 years ago
Andrew Tridgell
0ea26b4d3a
AP_Periph: fixed float16 conversions for scalars
...
libcanard does already convert scalars, but doesn't convert arrays. By
calling fix_float16 on scalers we were double converting, which
reduced resolution.
4 years ago
Peter Barker
540a56adb8
autotest: use SIM_STATE (common.xml) instead of SIMSTATE (ardupilotmega.xml)
...
It is a useful superset
4 years ago