ArduPilot / MissionPlanner

Mission Planner Ground Control Station for ArduPilot (c# .net)
http://ardupilot.org/planner/
GNU General Public License v3.0
1.76k stars 2.38k forks source link

Invalid number entered error #3278

Closed GrahamDyer closed 8 months ago

GrahamDyer commented 8 months ago

Issue details

New Install.

Error when planning missions with no aircraft connected, repeats for every waypoint addition or change.

The WP Radius default is 2.0m which causes the error, change to 10 resolves the error.

Version

v1.3.81 build 1.3.8741.25556 (New install)

Platform

[ ] All [ ] AntennaTracker [X] Copter [ ] Plane [ ] Rover [ ] Sub

Airframe type

Copter

Hardware type

N/A

Screenshot

Screenshot 2024-01-21 191737

EosBandi commented 8 months ago

2.0 was entered by you or got from the vehicle, but your international setting is for decimal comma not point. The last value in the field is 30, and it is populated from the vehicle connected. The last value is in the filed is saved at exit and reloaded at next start. So enter a valid number and exit MP (or you can delete the config,XML from the documents/Mission Planner folder to reset all settings.)