Thomas Debrunner
Thomas Debrunner
## Describe problem solved by this pull request This PR adds mavlink streams for some of the Open Drone ID messages to be streamed over mavlink The messages can then...
Updates JOGL / JOAL to `v2.4.0-rc-20210111`. Replaces the macos binaries with x86/arm64 universal binaries for apple silicon support. Here for visibility and testing. v.2.4.0 is not out yet, will update...
I found that calling `task_delete` (pre-emptively destroying a running task) is unsafe on NuttX. The logic does not seem to clean up resources properly, which can leave hardware in undefined...