Beat Küng
Beat Küng
@SelimOzel any update?
Probably filtering them out is best.
Can you provide the log(s)? It should not contain NaNs.
Thanks, I'll have a look. Log is here btw (the ID was still in the filename): https://logs.px4.io/plot_app?log=ba165f7d-113d-4c5d-b479-1fcf21e99175
For the `lat`, `lon` issue, you need to filter earlier, like this: ```diff diff --git a/plot_app/helper.py b/plot_app/helper.py index c2018eb..a26184c 100644 --- a/plot_app/helper.py +++ b/plot_app/helper.py @@ -218,6 +218,11 @@ def WGS84_to_mercator(lon,...
Can you create a pull request?
Can you make a specific suggestion?
Sure, I have no problem changing colors, it's just that everything needs to be checked to still work and harmonize. I can do that when I find the time.
It's deliberatly using the GPS as it's more reliable on a crash. Maybe an option to select could make sense.
I might, but you're certainly welcome to contribute that.