Iampete1
56c6233be9
AC_AttitudeControl: remove PosControl_Sub
3 years ago
Iampete1
720117298d
Sub: stop using custom pos controller
3 years ago
xiao
084bae21ef
HAL_ChibiOS: hwdef: MFE-PixSurveyA1 rename PixSurveyA1
3 years ago
xiao
b1638f4e9d
Tools: added MFE-PixSurveyA1 board ID
3 years ago
xiao
39abb13692
HAL_ChibiOS: hwdef: add new hardware MFE-PixSurveyA1
3 years ago
Andrew Tridgell
af5eb44629
hwdef: added telem3 on Pixhawk6X
3 years ago
Iampete1
ea4f050aa8
AP_Scripting: Generator: fix docs generator aliasing
3 years ago
Peter Barker
a647cd9b8f
hwdef: remove redundant 'define HAL_MINIMIZE_FEATURES 0'
3 years ago
Peter Barker
80e70b2fb4
AP_InertialSensor: remove voiding of parameter
...
Clearly this is used - we pass it down
3 years ago
Andrew Tridgell
003fef229c
Tools: disable convertgpx step in autotest
...
this is taking 5 hours to run. It just isn't worth it
3 years ago
Randy Mackay
77b2afed3f
Copter: release notes for 4.2.2-rc2
3 years ago
Andrew Tridgell
592f33bfaf
Plane: fixed combination of passby and acceptance dist WP
...
when a user sets a passby distance we should calculate the turn point
based on the extrapolated distance, not the original waypoint
also simplify the passby logic using offset_bearing()
3 years ago
Andrew Tridgell
6eb406b2d6
Tools: support triple notch in FilterTool
3 years ago
Andrew Tridgell
c29b390e7b
AP_InertialSensor: implemented harmonics in SITL vibration
3 years ago
Andrew Tridgell
6b55073508
SITL: added SIM_VIB_MOT_HMNC parameter
3 years ago
Andy Piper
8799b3839a
autotest: add triple notch test.
3 years ago
Andy Piper
193375a7e5
AP_InertialSensor: implement triple notches
3 years ago
Andy Piper
dfba938e63
Filter: add triple harmonic notches
3 years ago
Andy Piper
f2aa6e99c3
autotest: test pre and post filter logging in FFT test
3 years ago
Andy Piper
9d851a0c1a
AP_InertialSensor: allow concurrent logging of both pre- and post-filter IMU data for FFT
...
remove batch logging bitfields
3 years ago
Andrew Tridgell
2318c0e505
AP_Arming: added Scripting2 CAN protocol to switch
3 years ago
Andrew Tridgell
d8b98789e6
AP_Scripting: add support for scripting2 protocol
3 years ago
Andrew Tridgell
1b25babd8a
AP_CANManager: added scripting2 protocol
...
allows for lua scripts to distinguish two CAN interfaces
3 years ago
Randy Mackay
a7aa77ff86
AP_Scripting: add lua docs for mount methods
3 years ago
Randy Mackay
b8560345f7
AP_Scripting: add mount-test example script
3 years ago
Randy Mackay
47e10eaefa
AP_Scripting: add bindings to control mount
3 years ago
murata
531e92db8f
AP_TECS: Unify coding style for if statements
3 years ago
Henry Wurzburg
6bb567465a
Plane: fixed misspellings of 'transition'
3 years ago
Peter Barker
215842fe82
Tools: add tests for ICE Planes
3 years ago
Peter Barker
db59117b83
SITL: add tests for ICE Planes
3 years ago
Peter Barker
61e65ca5f2
AP_ICEngine: add tests for ICE Planes
3 years ago
François Carouge
84b0f6478c
SITL/SIM_RF_MAVLink: fix incomplete initializer clauses
3 years ago
Yuri
f155c1b027
AP_Scripting: add rover-MinFixType and rover-SaveTurns examples
3 years ago
Andrew Tridgell
eefc41fe30
Filter: added a way to plot attenuation and phase lag for complex filters
3 years ago
Andrew Tridgell
50740124fe
AP_Vehicle: implement INS_HNTCH_FM_RAT
...
this allows for a throttle based harmonic notch min frequency ratio,
allowing for the notch to go below the configured frequency at low
throttle
This is important for quadplanes, but will also benefit multirotors
flying at lower throttle due to lower payload or when descending
This also disables the throttle based harmonic notch when motors are
in SHUT_DOWN state
3 years ago
Andrew Tridgell
366aa7154c
Filter: added FM_RAT for throttle notch frequency ratio
...
allow for configurable min frequency ratio for throttle based notches
3 years ago
Andrew Tridgell
9ac3472b47
AP_InertialSensor: add set_inactive() on notch filters
3 years ago
Peter Barker
c085b713ac
AP_Common: correct comments on get_alt_cm and change_alt_frame
3 years ago
Ryan Beall
592201d831
CI fix Soaring channel 3 check timeout
3 years ago
Ryan Beall
5a26635aca
CI fix Climb before turn Timeout again 2
3 years ago
Ryan Beall
69ffac890f
CI fix Climb before turn Timeout again
3 years ago
Ryan Beall
2b9d116274
CI fix Climb before turn Timeout
3 years ago
Ryan Beall
ae6295e11c
CI fix RTL Timeout
3 years ago
Ryan Beall
77f922a1ae
AP_TECS.cpp: remove line copy error
...
This was a copy paste error that is duplicated in the correct spot (in line 530)
3 years ago
Peter Barker
043764fbf9
autotest: use set_parameters in rover; fixup tests to use context
3 years ago
Tom Pittenger
1c9c1d7207
AP_Bootloader: add target SkystarsH7HD
3 years ago
Mirko Denecke
463aed4b8f
ArduPlane: fix Q_RTL_MODE parameter doc
3 years ago
Peter Barker
bc12a61c9a
autotest: use slightly faster recv_msg call in drain_mav
...
Cuts out some code in pymavlink's recv_match which we don't need here. We even explicitly don't run the idle hooks which pymavlink supplied when we're running under drain_mav
3 years ago
Peter Barker
208554d402
autotest: correct diagnostic message
3 years ago
Peter Barker
f6816f38dc
autotest: add timeout in drain_mav
...
At large speedups we can create more telemetry than we can consume. Detect that and raise an exception, assuming we should be able to drain anything within 2 minutes
3 years ago