MissionPlanner
MissionPlanner copied to clipboard
Mission Planner Ground Control Station for ArduPilot (c# .net)
Implemented unit conversion for RTL_ALT's minimum and maximum values in Geo Fence screen to allow setting RTL Altitude[m] below 200m. "RTL Altitude[m]" on the Geo Fence screen cannot be set...
When a modem is used which is configured with hardware flow control (RTS/CTS) enabled, mission planner took about 20 seconds to connect to the aircraft, before it automatically changed itself...
Sometimes a statustext sneaks through before the version comes in. ArduPilot 3.4 came out in 2015, so I think we can safely remove this now. I could do something backward-compatible...
Some speech events, like mode changes, fire off on all connected com ports, not just the primary. Additionally, `CurrentState` ignores the `speechenable` flag of the `MAVLinkInterface` that it's attached to,...
This fixes the issue where the Expo values for the Joystick configuration were not being saved correctly.
When launching redundant links with `ConnectionOptions`, it would always use the old-school param download, and the theme of the progress window would be wrong.
When prearm checks are failing, the HUD displays the last failure message, even if that message is very stale. This changes it so it displays the latest failure message since...
The ON_btn_Click function correctly turns Mode C off; but the check for which mode the transponder is currently in wrongly assumes that Mode S must be off. To reproduce the...
Support additional motor test information for tri frames. Goes along with [this ArduPilot PR](https://github.com/ArduPilot/ardupilot/pull/25670), and should probably not be merged until that one is. This brings the motor test order...
1) Add double buffering to MyDataGridView. Prevents dangerous graphical corruption that can occur when scrolling, causing the name of the parameter you are editing to look like a different parameter....