ArduPilot / MissionPlanner

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

paramcompare: remove double inequality check #3431

Closed robertlong13 closed 1 month ago

robertlong13 commented 1 month ago

Fixes bug reported by Alex/ARACE on Discord: image

There might be a more efficient way to do a double compare that accounts for epsilon differences, but this works.