Andrew Tridgell
|
4c0e3dcf72
|
SRV_Channel: added singleton access for Lua
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
9b692eb702
|
AP_Notify: implement SITL serial LEDs
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
aadca3e3d2
|
HAL_SITL: support simulated serial LEDs
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
62097824a4
|
SITL: added LED state
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
a7cdbfc49e
|
AP_SerialLED: added library API to access WS2812 LEDs
used by Lua scripting
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
e546ce39e3
|
AP_InertialSensor: updated for heater changes
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
637f9359e3
|
AP_IOCMU: added singleton in AP namespace
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
b38c7782cc
|
HAL_ChibiOS: removed heater control
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
a0dfd7760d
|
AP_BoardConfig: moved heater PI to AP_BoardConfig
and made tunable
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
afac84f2b8
|
AC_PID: added AC_PI controller
will be used by IMU heater
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
1bba705307
|
GCS_MAVLink: added ftp_push_replies()
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
6f8afe6671
|
GCS_MAVLink: fixed comment
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
9bbdff448f
|
AP_Filesystem: make unlink do both directories and files on posix
match FATFS behaviour
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
a685e4cf83
|
GCS_MAVLink: fixed session handling for ftp
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
056afa544d
|
GCS_MAVLink: rename emit_dir_entry to gen_dir_entry
comment from Sid
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
19d9de087a
|
GCS_MAVLink: fixes from my review
|
2020-02-05 10:51:29 +11:00 |
Michael du Breuil
|
52e3d3534f
|
GCS_MAVLink: Initial FTP support
|
2020-02-05 10:51:29 +11:00 |
Michael du Breuil
|
d267ee1a41
|
AP_Terrain: Don't include all of AP_FS
|
2020-02-05 10:51:29 +11:00 |
Michael du Breuil
|
c84b671a92
|
AP_Filesystem: Split the available define to it's own header
|
2020-02-05 10:51:29 +11:00 |
Michael du Breuil
|
aaccaf2741
|
AP_Filesystem: Add dir type to fatfs
|
2020-02-05 10:51:29 +11:00 |
Luke.Qin
|
4311b7af1c
|
AC_PosControl: fix minor bug for set_max_speed_z() to really do numeric check.
|
2020-02-05 10:51:29 +11:00 |
Leonard Hall
|
0082f61b9c
|
AP_Motors: yaw headroom fix
|
2020-02-05 10:51:29 +11:00 |
Leonard Hall
|
080b534493
|
AC_AttitudeControl: limit ATC_MOT_MIX_MAX in case of a fly away
|
2020-02-05 10:51:29 +11:00 |
Leonard Hall
|
b84078d396
|
Heli: Prevent loss of yaw control during large angle recovery
|
2020-02-05 10:51:29 +11:00 |
Leonard Hall
|
5ef676e40c
|
AC_AttitudeControl: Prevent loss of yaw control during large angle recovery.
|
2020-02-05 10:51:29 +11:00 |
Randy Mackay
|
bc1697fec3
|
AP_BLHeli: minor style fix for get_average_moto_frequency_hz
|
2020-02-05 10:51:29 +11:00 |
Andy Piper
|
79e551b8d3
|
AP_InertialSensor: expose harmonic notch tracking mode
|
2020-02-05 10:51:29 +11:00 |
Andy Piper
|
21315d03b2
|
AP_BLHeli: add get_average_motor_frequency_hz() for dynamic filtering
correctly calculate rpm from erpm
|
2020-02-05 10:51:29 +11:00 |
Andy Piper
|
d94b70a88e
|
Filter: add harmonic notch dynamic tracking mode
update harmonic notch REF docs
|
2020-02-05 10:51:29 +11:00 |
Leonard Hall
|
6725011f78
|
AP_Motors: Add full yaw range calculation back
|
2020-02-05 10:51:29 +11:00 |
Leonard Hall
|
50422d24d0
|
AP_Motors: Freeze motor lost index on enabling thrust boost
|
2020-02-05 10:51:29 +11:00 |
Randy Mackay
|
b8fe1e6f41
|
AP_NavEKF3: initialise pre-arm failure message
|
2020-02-05 10:51:29 +11:00 |
Randy Mackay
|
18af8b0b7f
|
AP_NavEKF2: initialise pre-arm failure message
|
2020-02-05 10:51:29 +11:00 |
Siddharth Purohit
|
83125e9199
|
HAL_ChibiOS: fix writing into a NULL pointer CANFD interrupt
|
2020-02-05 10:51:29 +11:00 |
Randy Mackay
|
ab87655a13
|
GCS_MAVLink: mission item support more mav frames
|
2020-02-05 10:51:29 +11:00 |
Mark Whitehorn
|
32a5ea13b4
|
AP_NavEKF2: add prearm failure message for null core pointer
|
2020-02-05 10:51:29 +11:00 |
Mark Whitehorn
|
8b2b7444d3
|
AP_NavEKF3: add prearm failure message for null core pointer
|
2020-02-05 10:51:29 +11:00 |
Andrew Tridgell
|
06ab862a33
|
HAL_ChibiOS: removed CAN_APP_VERSION_MAJOR from hwdef.dat
|
2020-02-05 10:51:28 +11:00 |
Michael du Breuil
|
2ab8ce712f
|
AP_Scripting: Add plane failsafe example script
|
2020-02-05 10:51:28 +11:00 |
Michael du Breuil
|
4c271c6436
|
AP_Scripting: Fix nullable arguments numbering, add location bearing
|
2020-02-05 10:51:28 +11:00 |
Michael du Breuil
|
5448bb021e
|
AP_Common: Add a radian method for getting location bearings
|
2020-02-05 10:51:28 +11:00 |
Michael du Breuil
|
38c71f875d
|
AP_Scripting: Allow scripts to set the mode
|
2020-02-05 10:51:28 +11:00 |
Michael du Breuil
|
bb0f301cab
|
AP_Logger: Support new ModeReason
|
2020-02-05 10:51:28 +11:00 |
Michael du Breuil
|
3d8fc54b5d
|
GCS_MAVLink: Use the vehicle singleton to directly set the flight mode
|
2020-02-05 10:51:28 +11:00 |
Michael du Breuil
|
edff966782
|
AP_Vehicle: Support set_mode
|
2020-02-05 10:51:28 +11:00 |
Peter Barker
|
79638db36b
|
AP_HAL_Linux: release mutex lock before calling write(c)
It instantly tries to take it, but we're still holding it, leading to
instant failure.
This mirrors the same code in AP_HAL_ChibiOS.
|
2020-02-05 10:51:28 +11:00 |
Andrew Tridgell
|
1bdac4811d
|
AP_RangeFinder: disable some incompatible drivers for AP_Periph
|
2020-02-05 10:51:28 +11:00 |
Andrew Tridgell
|
322cd745fc
|
HAL_ChibiOS: set correct APJ_BOARD_ID for ZubaxGNSS
|
2020-02-05 10:51:28 +11:00 |
Andrew Tridgell
|
4f2c6566b9
|
AP_Scripting: fixes for modified AP_ROMFS API
need to use AP_ROMFS::free()
|
2020-02-05 10:51:28 +11:00 |
Andrew Tridgell
|
2b6883ff03
|
AP_OSD: fixes for modified AP_ROMFS API
need to use AP_ROMFS::free()
|
2020-02-05 10:51:28 +11:00 |