yuri-rage
yuri-rage
#### Issue details The log anonymizer feature has been broken since at least the transition to ArduPilot 4.2 (and possibly at some point during 4.1 development). The file is created,...
#### Issue details The geofence tab appears broken on latest builds of firmware + MP. Displays a blank "Type" dropdown, thus making the page non-functional.  #### Version 1.3.80, build...
WIP PR for discussion/review. Creates dynamically displayed motor diagrams based on JSON output from https://github.com/ArduPilot/ardupilot/pull/23821 Known issues (that I am working to correct): * [FIXED] V, H, and I frame...
Advance Waypoint (`advance-wp.lua`) allows for advancing the current mission waypoint via an RC switch. When the RC switch state is high, the mission waypoint is advanced to the next waypoint...
#### Issue details In Plan view, if a waypoint has focus in the table, an accidental arrow down key press or mouse wheel down action will change the dropdown selection...
Makes `AP_GPS::inject_data()` public and adds a Lua binding to it. `net-ntrip.lua` applet makes use of that binding via a direct connection to an unsecure (http) NTRIP caster. Tested on CUAV...
APM Planner 2 has seen zero maintenance/update activity in a couple of years, and users are beginning to report broken features/incompatibilities. I mean no slight to those who worked on...
Adds Corotating X8 diagrams per @tridge 's [recent blog post](https://discuss.ardupilot.org/t/co-rotating-x8-multicopters/135491). Script link and "X (CW)" diagram both put the cart slightly ahead of the horse, as the script currently only...
Returns out of `SpeakAsync()` when the user has disabled speech, fixing a bug where spoken MavLink messages meeting the severity threshold slipped through despite "Only when Armed" being selected. There...
Fixes all callers of function referenced in https://github.com/ArduPilot/MissionPlanner/pull/3639.