Pierre Kancir
Pierre Kancir
Hello, There were some tests on remote control of ardupilot connecting on UDPClient to an address like apsync.ddns.net. That doesn't work, the field seems to be ignored . But it...
This is fixing balena cam build and launch. To make it simpler, I have update the docker image to buster it should provide some improvement. I have test on a...
Words are reversed to access firefox configuration
Remove useless steps on VM configuration. It would need a full rewrite , but outside the scope of this PR
Just to have it tagged to next dev call : Here is a PR to update our wiki theme : https://github.com/ArduPilot/sphinx_rtd_theme/pull/15 Update to the latest release Disable npm dependencies as...
The original PR got some pretty interesting picture on the L1 controler, we should improve our documentation : see https://github.com/ArduPilot/ardupilot/pull/101
I have update the installation script, I need to put some more information to the wiki
correct python scrips in Tools/scrips with help from mypy. Only Tools/scripts/firmware_version_decoder.py got explicity type annotation, but it already got some and is python3 only. Only rcda_decode.py got real change, those...
Hello, This PR intend to add the TTGO T-BEAM v1.1 with oled on 433Mhz configuration. It seems working : https://tinygs.com/station/khancyr_gs@1737718812 . I haven't received message yet but the LORA pins...
``` In file included from ../../libraries/AP_Math/control.h:4, from ../../libraries/AC_WPNav/AC_WPNav_OA.cpp:1: ../../libraries/AP_Math/vector2.h: In member function ‘T& Vector2::operator[](uint8_t)’: ../../libraries/AP_Math/vector2.h:123:9: error: there are no arguments to ‘assert’ that depend on a template parameter, so a...