Andrew Tridgell

Results 107 issues of Andrew Tridgell

We've got a new repo with examples of how to use mavsdk, should be linked into the dev wiki somewhere https://github.com/ArduPilot/ardupilot-mavsdk

this adds a SITL model of this glider: https://research.noaa.gov/2023/06/13/revolutionary-noaa-high-altitude-research-tool-passes-key-milestone/ this is the first of a series of PRs which will bring the firmware for this glider up-to-date with master

SITL
ExtremeProject

this replaces PR #17984 the formula in this PR are from @hendjoshsr71 who re-worked my original PR to use a parametric system instead of a full table the use of...

SITL
ExtremeProject

for using APD ESCs with serial telemetry

AP_Periph

depends on: - https://github.com/ArduPilot/mavlink/pull/359 - https://github.com/ArduPilot/waf/pull/17 note the waf PR will require a force push as it rebases on upstream 2.0.27

BuildSystem

This is a revival of https://github.com/ArduPilot/ardupilot/pull/23010 re-opened so I can push to it to get it to pass CI

EKF
SITL
NeedsTesting
WikiNeeded

this makes it easier to use in an application

the device does send 0x00 sometimes and data is valid

Scripting

now reversed it so it generates warnings only if you ask it too this also makes it more portable

issues from the recent changes to string handling: mavparmdiff.py using b'XXXX' ![image](https://user-images.githubusercontent.com/831867/199647504-8436ca9c-f996-4f7b-a1f2-a34d817ae526.png) NAMED_VALUE_FLOAT string indexes show as b'XXXX' ![image](https://user-images.githubusercontent.com/831867/199648550-f1e830f6-bb6e-409c-a867-60d23b5cceca.png)