MissionPlanner icon indicating copy to clipboard operation
MissionPlanner copied to clipboard

Mission Planner Ground Control Station for ArduPilot (c# .net)

Results 303 MissionPlanner issues
Sort by recently updated
recently updated
newest added

## What this PR accomplishes This PR refactors a significant portion of ADS-B support in Mission Planner. In the process of developing [MavADSB](https://github.com/MUSTARDTIGERFPV/MavADSB) I ran into a good number of...

it would be even better if there was a tick-box for sprung throttle and it automatically set the right option bit for the vehicle type. For example, on plane you...

#### Issue details The simulator version is older than current stable v4.4.0. #### Version 1.3.81 #### Platform [ ] All [ ] AntennaTracker [ ] Copter [ ] Plane [x]...

- Parameter comparison should be a float epsilon comparison ![image](https://github.com/ArduPilot/MissionPlanner/assets/69225461/c638cc0e-5119-4b3a-9d46-1d487ec50c8b) - The screen should show parameters not found during the comparison on either the vehicle side or the file side...

#### Issue details In the Mission Planner "PLAN" with Config>Planner>Dist Units == Meters and Config>Planner>Alt Units == Feet the display of Waypoint Radius is shown as the value of the...

Suddenly went missing. If I remember correctly, version 1.3.79.XXXX and 1.3.80.xxx were still okay. Android 12 and 13, Airplane mode, No internet #### Version 144249 ![2e4aec9a13eda440a769c6933910a61807a4f156](https://github.com/ArduPilot/MissionPlanner/assets/12781023/346518d1-02ac-4605-a73f-5d2f63f97554) #### Version 1.3.81 build...

This helps clean up from the dictionary and reduces memory allocations. However I'm not sure if `urlcacheSem` should be static. It feels like it should, but the existing code keeps...

Fix exception, when a float parameter has value larger than decimal.MaxValue. (The only possible case when flt_max is used in the AP code for a parameter value...) This fix :...

If a param change causing the change in the number of parameters, the parameter subsystem could stuck in a "downloading is in progress" state. This pr: removes the name check,...

This allows the user to select whether other MAVs, or other instances of the same MAV on redundant links, should be hidden from the map, or displayed as transparent to...