Andrew Tridgell
|
bf1f27af32
|
SITL: added is_lock_step_scheduled() API
used to fix panic on bad timing
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
d1f6d913d5
|
Plane: adjust reposition landing code
use accel with 1s timeconstant
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
5857e750ce
|
Plane: provide target velocity in QPOS descent
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
74da3c74ac
|
Plane: cope with Q pitch limit larger than fixed wing limit
prevents tailsitter VTOL transition timeout due to not achieving angle
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
71fa52d5c6
|
Plane: fixed slowing descent in final phase of QLAND
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
53e5bef0c2
|
AP_Math: added rotate_xy to Vector3f
this makes it easy to rotate a vector3f in xy plane for earth/body
navigation
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
ec1cbb06fd
|
Plane: allow reposition in auto land
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
6eafcdb558
|
Plane: added Q_OPTION bit for throttle control of landing speed
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
24375cf9c1
|
Plane: change printf calls to send_text
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
52b4c257ec
|
Plane: prevent oscillation in GUIDED mode hover
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
5a880c74b6
|
Plane: use input shaping from pos_control
smoother navigation with new input shaping code
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
a6ec7d9f23
|
Plane: ensure xy controller is initialised
|
2021-05-24 20:13:37 +10:00 |
Andrew Tridgell
|
9d52333afc
|
Plane: don't start descent till under 3m/s
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
caeaf7c047
|
Copter: Fix take off altitude
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
1326dbe2ee
|
AutoTest: Sub: Add appropriate pid parameters for highly damped system
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
41c437b768
|
AutoTest: Copter: fly_poshold_takeoff increase acceptable range
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
c91fdcea72
|
Blimp: Use PosControl fixes
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
4bae8f03a4
|
Copter: Use PosControl fixes
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
57952861d6
|
Plane: PosControl Update
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
266bd22df3
|
Sub: Use PosControl fixes
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
bddf6602f0
|
AP_AHRS: PosControl fixes
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
34fa62d51c
|
AC_AutoTune: PosControl fixes
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
538d8f82fb
|
AC_WPNav: PosControl fixes
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
92e05e8c4f
|
AC_AttitudeControl: PosControl fixes
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
c4bb8baf0c
|
AP_Math: Control: Add XY S-Curve shapers and shaping limits
|
2021-05-24 20:13:37 +10:00 |
Leonard Hall
|
6bed10c434
|
AC_PID: Add error variable with accessor and clean up
|
2021-05-24 20:13:37 +10:00 |
Randy Mackay
|
eef3409d32
|
Rover: 4.1.0-beta3 release notes
|
2021-05-24 13:19:03 +09:00 |
Randy Mackay
|
1a4f67955d
|
Copter: 4.1.0-beta3 release notes
|
2021-05-24 13:18:51 +09:00 |
Randy Mackay
|
174f486e2a
|
Rover: 4.1.0-beta2 release notes
|
2021-05-24 12:39:14 +09:00 |
Andy Piper
|
a7a9fa93f0
|
AP_HAL_ChibiOS: correct enabled mask for motor channel output
|
2021-05-24 07:57:51 +09:00 |
murata
|
072a321a01
|
AP_Compass: Use the value of pi
|
2021-05-23 16:58:55 +10:00 |
murata
|
cfaf9f9420
|
AP_CANManager: Delete unused methods
|
2021-05-23 09:09:20 +10:00 |
Sebastian Roesner
|
50cac76e0b
|
AP_Camera: Fix wrong comment in libraries/AP_Camera/AP_RunCam.cpp
|
2021-05-22 10:15:34 +10:00 |
Peter Barker
|
0d05bb9732
|
Revert "waf: list boards 1/line in case of board-not-found error"
This reverts commit 8ab74d9462 .
This broke the build server which parses the output of this
|
2021-05-21 10:59:56 +10:00 |
Andrew Tridgell
|
02feaaffcd
|
AP_GPS: setup ublox moving baseline at 230400 when using uart2
this avoids issues with needing DMA on the UARTs when using UART2 to
transport RTCMv3 data
|
2021-05-21 08:49:25 +09:00 |
Dr.-Ing. Amilcar do Carmo Lucas
|
fc7e242bae
|
AP_HAL_ChibiOS: Fix typo (NFC)
|
2021-05-21 09:43:10 +10:00 |
Hwurzburg
|
a2f1c6e19e
|
AP_PrecLand: correct metatdata for YAW_ALIGN
|
2021-05-21 08:27:49 +09:00 |
Peter Barker
|
e46969957a
|
Tools: rename f103-periph/hwdef.dat to .inc (f303 too)
|
2021-05-20 17:23:17 +10:00 |
Peter Barker
|
79809b60aa
|
AP_HAL_ChibiOS: rename f103-periph/hwdef.dat to .inc (f303 too)
|
2021-05-20 17:23:17 +10:00 |
Pierre Kancir
|
5a6bcef6ef
|
CI: run and upload Coverage on Coveralls every sunday at midnight
|
2021-05-20 14:54:47 +10:00 |
Pierre Kancir
|
458b6084fa
|
Tools: don't make report test failure on coverage
|
2021-05-20 14:54:47 +10:00 |
Pierre Kancir
|
fae2834341
|
Tools: update coverage script to python
|
2021-05-20 14:54:47 +10:00 |
Pierre Kancir
|
b9f55ba864
|
Tools: remove update-coverage.sh script
|
2021-05-20 14:54:47 +10:00 |
Pierre Kancir
|
109847c96d
|
Tools: use getopts on run-coverage and factorize code
|
2021-05-20 14:54:47 +10:00 |
Pierre Kancir
|
255cabc9db
|
Tools: remove more path from coverage
|
2021-05-20 14:54:47 +10:00 |
Peter Barker
|
2109fae56a
|
Tools: reserve a board ID for SierraF9PGPS
|
2021-05-20 14:17:45 +10:00 |
Peter Barker
|
e49dc306ec
|
.gitattributes: mark bin, elf and hex as binary
|
2021-05-20 11:45:02 +10:00 |
Randy Mackay
|
b8296af66a
|
Copter: update 4.1.0-beta release notes
|
2021-05-20 09:00:39 +09:00 |
Siddharth Purohit
|
5a33100e91
|
Revert "bootloaders: rebuild bootloaders"
This reverts commit 4b2552b32b .
|
2021-05-20 09:35:01 +10:00 |
Iampete1
|
bc90ba5486
|
AR_AttitudeControl: get_steering_out_rate use abs speed for G limit
|
2021-05-19 16:02:20 +01:00 |