-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Logs with Error Packets get 'Invalid Location Data' Error #146
Comments
From pymavlink it thinks this is ERR {Subsys : 6, ECode : 1}. If I filter them out with mavlink it uploads fine. |
I think I'm seeing the same thing, a lot. (How do you filter the log file)? Here is dropbox link to one of my log files, https://www.dropbox.com/l/rBSFlKf8Yy0onHI5h5AyNq |
Hi, |
Amazingly I was just playing around with mavlink when you posted. This is very helpful, thanks! |
DS can't scan the mavlink log and ignore that line? Seems crazy we need to edit log files prior to submitting, this is also breaking mavlink log uploads within MP. :| |
I am having the same issue of "Invalid location data was found in that log, ignoring" error on the website, as well as errors when uploading via APM Planner. I went through my log file and deleted the ERR sections I could find but that hasn't helped. I uploaded my log file to the link below. Thanks |
In regards to that crash2.log - it is malformed. The FMT format - the first row - is lacking "Columns": --- /home/pbarker/crash2.log.orig 2015-07-14 13:53:59.092625605 +1000 Have you any idea how that might have happened? Peter |
No idea. I just imported the BIN file into APM planner and then exported the LOG file. Could the autopilot not have not been initialized or setup properly initially?? |
Unlikely it was the autopilot incorrectly set up. Could you post the original .BIN file somewhere for me, please? |
I uploaded my last 4 BIN files. The one that you have the log file from is: |
The FMT header problem appears to be a problem in APM Planner 2. There is a second problem with your text-format dataflash file - the GPS messages are all missing the last two entries: FMT, 130, 45, GPS, BIHBcLLeeEefI, Status,TimeMS,Week,NSats,HDop,Lat,Lng,RelAlt,A The dump I made with APM Planner 2.0.18-rc2 does not have this problem: GPS, 3, 597245800, 1844, 9, 2.08, 33.3865359, -111.9127107, 0.33, 365.49, 0.08, 226.25, 0.09, 83922 What version of APM Planner did you use to make the text-version of the dataflash file? Thanks, Peter |
I am using 2.0.17. That is the newest version I can see for Mac. |
I have a number of logs (from 3.2 arduopilot) which contain Error packets:
Example
'\xa3\x95\x13\x06\x01'
These get an error about invalid location data on upload. This seems like it should upload and maybe list this as some sort of error... invalid location seems not right?
The text was updated successfully, but these errors were encountered: