Thomas Watson
Thomas Watson
The main change is to a stack-allocated buffer. We did not leak the heap buffer, but we did not tell Lua its size upon freeing it, thereby screwing up internal...
**Describe the bug** Even if I create a ideal scenario where I expect the computation to report some points as obscured, it reports all points as visible. **How to reproduce**...
https://github.com/ArduPilot/ardupilot/pull/31568 This probably needs an update to the dropdown in the Standard Params list. Just guessing based on what was on the wiki:
**Describe the bug** Coordinates decoded from a .pbf file are ~0.1m off from those in the OSM database and those decoded by other programs. **To Reproduce** Steps to reproduce the...
Some non-obvious changes: * Remove picture of ARMING_CHECK Mission Planner editor, this could be replaced once the editor is fixed for the new parameter. * Remove dubious instructions and picture...
distutils does not exist in Pythons >= 3.12, so the program does not work since the import fails. Instead, when possible, use shutil to provide a tree copy function. The...