Is your feature request related to a problem? Please describe. During testing or development of Lua scripts, there is a risk that a script could change flight modes or execute unsafe actions, ...
私は新機能をテストしたいので、github から最新のコードを引っ張ってきて動作確認することが多々あります。 安定版と違って、開発中のコードには問題に遭遇する確率が上がります。 今回は最近あった変わった現象に遭遇した体験談をご紹介します。
ArduPilot を初めて触ると、設定可能なパラメータの多さにびっくりすると思います。機能が追加されるたびにパラメータも増えていき、今では1000以上のパラメータがあります。 デフォルトのパラメータが設定されているため、ほとんどのパラメータを把握せ ...
The goal for this repo is to have a central place to share example Lua scripts, host any 'new' scripts, and to document where to find Lua scripts that already exist, as well as any tips or tricks ...