ArduPilot / MissionPlanner

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

Log Browser: GPS position appears to be jumping on map #2511

Open rmackay9 opened 3 years ago

rmackay9 commented 3 years ago

When multiple GPSs are enabled MP's Low Browser's Show Map seems to be intermittently switching between GPSs when graphing "GPS".

mp-low-browser-show-map-gps-jumps

Also if you check out the "GPS" section on the right, the order is appearing as "1", "0", "2" instead of "0", "1", "2".

The original log file can be found here: https://www.dropbox.com/s/rs0zt35x6uo03x9/mp-log-browser-gps-jumps.bin?dl=0

meee1 commented 3 years ago

ok ive identified the cause as the GPS message switching to instance numbers. just working on a fix now

meee1 commented 3 years ago

this is resolved in beta

rmackay9 commented 3 years ago

Great, thanks!