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
Thank you for the amazing plotjuggler tool. I've been using it for several years now and it was very helpful all the time.
But, in the current version of plotjuggler, I cannot plot the attached test.csv file (and similar files). I tried the samples, and could reproduce it by modifying the simple.csv file from datasamples folder. I chose the timestamp row to be the x axis on import.
In dummy.csv, I changed the first row to start from 10.0 instead of 0.0. result:
The x axis labels are not correct.
Then, I changed the first row to start from 1 to 400 and removed the decimal point. ( dummy_fail.csv) Result:
Something weird happens, which is the same like in my test.csv file where I started..
Answer these questions (or I will ignore your issue)
Describe your platform / Operative System and the version of PlotJuggler you are using.
Ubuntu 20.04.06 LTS:
Plotjuggler Version 3.8.9 installed via snap. Maybe its worth saying that I'm from Germany, if this could be some decimal point locale related issue...
Compile and try the latest version in the main branch and check if the problem persists.
Since there is only one more commit on the main branch (3be95bb), which is only related to ros messages, I didn't do that.
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".
-> see above.
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.
-> see above.
I wonder if you can reproduce the issue or if something is very broken on my end. Thanks
The text was updated successfully, but these errors were encountered:
Problem description
Thank you for the amazing plotjuggler tool. I've been using it for several years now and it was very helpful all the time.
But, in the current version of plotjuggler, I cannot plot the attached test.csv file (and similar files). I tried the samples, and could reproduce it by modifying the simple.csv file from datasamples folder. I chose the timestamp row to be the x axis on import.
In dummy.csv, I changed the first row to start from
10.0
instead of0.0
. result:The x axis labels are not correct.
Then, I changed the first row to start from 1 to 400 and removed the decimal point. (
dummy_fail.csv) Result:
Something weird happens, which is the same like in my test.csv file where I started..
Answer these questions (or I will ignore your issue)
Describe your platform / Operative System and the version of PlotJuggler you are using.
Ubuntu 20.04.06 LTS:
Plotjuggler Version 3.8.9 installed via snap. Maybe its worth saying that I'm from Germany, if this could be some decimal point locale related issue...
Compile and try the latest version in the main branch and check if the problem persists.
Since there is only one more commit on the main branch (3be95bb), which is only related to ros messages, I didn't do that.
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".
-> see above.
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.
-> see above.
I wonder if you can reproduce the issue or if something is very broken on my end. Thanks
The text was updated successfully, but these errors were encountered: