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.37k forks source link

APM:Plane 3.6.0 dataflash log format change has broken georefimage #1289

Open nicksargeant opened 8 years ago

nicksargeant commented 8 years ago

The Georef tool no longer works with dataflash logs generated from autopilots running APM:Plane 3.6.0. image


image

3.5 GPS string: FMT, 130, 46, GPS, QBIHBcLLefffB,TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,U 3.6 GPS string: FMT,130,50,GPS,QBIHBcLLeeEefB,TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,RAlt,Alt,Spd,GCrs,VZ,U

As always, thank you very much devs!

nicksargeant commented 8 years ago

There also appears to be an issue with Copter 3.4-rc1

magicrub commented 8 years ago

That data is found in other fields. Instead of ardupilot logging redundant data could this tool simply parse the other fields? On Jun 17, 2016 2:22 AM, "nicksargeant" notifications@github.com wrote:

The Georef tool no longer works with dataflash logs generated from autopilots running APM:Plane 3.6.0. [image: image] https://cloud.githubusercontent.com/assets/5547169/16146242/aaa1fbdc-34af-11e6-8cc3-cf494e86601a.png

3.5 GPS string: FMT, 130, 46, GPS, QBIHBcLLefffB, TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,Alt,Spd,GCrs,VZ,U 3.6 GPS string: FMT, 130, 50, GPS, QBIHBcLLeeEefB, TimeUS,Status,GMS,GWk,NSats,HDop,Lat,Lng,RAlt,Alt,Spd,GCrs,VZ,U

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ArduPilot/MissionPlanner/issues/1289, or mute the thread https://github.com/notifications/unsubscribe/AEj7G4ONk8n4hNXLMxoD_a9SlXki4MPwks5qMmdjgaJpZM4I4LfO .

nicksargeant commented 8 years ago

Agreed. The inconsistency and duplication within the log structure is frustrating. For example, why is rangefinder distance stored as RFND.Dist1 on Plane and CTUN.SAlt on Copter?

meee1 commented 8 years ago

could I get a dflog for this one? MP does handle RAlt/RelAlt fields so wondering if its hitting some other issue.

nicksargeant commented 8 years ago

Sure Michael, email sent! Thank you as always :)

voidmmn commented 8 years ago

I had the same problem, if you want I have a lot of dflogs.

nicksargeant commented 8 years ago

Hi Michael, Any is there enough information in the logs to get a sense of the issue? For now, do you recommend sticking with APM:Plane 3.5?

meee1 commented 8 years ago

I never got an email with the log.

could you try MP beta? and tell me what it says in the status box? it should list the number of point extracted from the log, as well as the image count.

nicksargeant commented 8 years ago

Perhaps i have the wrong email. I wont pubicly list your email address but can you please send me an email to removed and I will reply? I have attached the outputs for copter3.4 and plane 3.6. Cheers, Nick plane36.txt copter34.txt

nicksargeant commented 8 years ago

It is working with the latest beta, thanks Michael!