Skip to content
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

Downloaded data.csv does not seem to be correct #415

Open
ntouev opened this issue Apr 28, 2024 · 3 comments
Open

Downloaded data.csv does not seem to be correct #415

ntouev opened this issue Apr 28, 2024 · 3 comments

Comments

@ntouev
Copy link

ntouev commented Apr 28, 2024

Downloading data to a csv file does not seem to be correct.

  • Plotting the downloaded data results to a graph slightly different than the one shown the UAV Log Viewer. See two graphs below.

UAV Log Viewer plot
image

Using Excel to plot the downloaded data
image

  • Downloading the data with mavlogdump.py results to slightly different dataset.

Discuss thread: https://discuss.ardupilot.org/t/uav-log-viewer-downloaded-data-csv-problem/116881
Tested Flight log: https://drive.google.com/file/d/13SzHmCFXVaDOSkUoY7rSCYr1NIuQwrz_/view?usp=sharing

@Williangalvani
Copy link
Collaborator

the issue here seems to be that we are just holding the last value instead of doing the linear interpolation that plotly does in chart. we are also re-sampling the logs at 100ms, as it is hard to decide what to do with the timestamp once you have multiple messages at different times being exported.
I'll take a look at it

@Williangalvani
Copy link
Collaborator

Hi, could you try it again?
your log is no longer accessible, so I can't compare directly

@ntouev
Copy link
Author

ntouev commented Jul 7, 2024

Hi thanks for looking into that. Sure here is the log. https://drive.google.com/file/d/1xGwFS7I33BIpxaZwPSNQ5VpdIrcpljsk/view?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants