You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It prevents our plugin from readings logs ending with .BIN. Instead, they need to be renamed to end with .bin.
Answer these questions (or I will ignore your issue)
Describe your platform / Operative System and the version of PlotJuggler you are using.
Ubuntu 22.04; PlotJuggler 3.9.1
Compile and try the latest version in the main branch and check if the problem persists.
Didn't do it, but I checked main and the line of code is still there.
Check if the problem can be reproduced using the dummy data created by the command line argument "-t" or one of the files in the folder "datasamples".
This check is not applicable to our custom .BIN file.
If it can't be reproduced with the dummy data, please share the CSV file or the rosbag that can be used to reproduce the problem.
Any Ardupilot dataflash log will do, but you'll need the plugin to open them.
If you still need to try it, let me know.
The text was updated successfully, but these errors were encountered:
When we had a similar plugin problem, we just added the lower case extension name to the plugin's list of supported extensions. See the csv loader for an example:
Problem description
Would it be possible to remove the use of
toLower
here?https://github.com/facontidavide/PlotJuggler/blob/main/plotjuggler_app/mainwindow.cpp#L1460
It prevents our plugin from readings logs ending with
.BIN
. Instead, they need to be renamed to end with.bin
.Answer these questions (or I will ignore your issue)
Ubuntu 22.04; PlotJuggler 3.9.1
Didn't do it, but I checked
main
and the line of code is still there.This check is not applicable to our custom
.BIN
file.Any Ardupilot dataflash log will do, but you'll need the plugin to open them.
If you still need to try it, let me know.
The text was updated successfully, but these errors were encountered: