-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Importing data from CSV files #46
Comments
I will take a look at it. Cheers |
facontidavide
added a commit
that referenced
this issue
Jun 19, 2017
Fixed. There was a bug and also a small issue related to the fact that your first column doesn't have a name. |
Wow, that was quick! Thanks a lot, problem solved :) |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First of all, thanks a lot for a great tool!
So far, I have been using PlotJuggler with rosbags and it has worked flawlessly. Now I'm trying to use it with
.csv
files and I can't quite figure out how the importing works. I'm using version 1.0.4 installed from the ROS Kinetic apt packageros-kinetic-plotjuggler
.For example, I create a
.csv
file in Pandas using the following commands:the output is this file (the extension has been changed to
.txt
because GitHub does not support attaching.csv
files to issues). When loading the data into PlotJuggler, I get the following warning:When clicking
No
I can see the data in the left pane, however, when trying to plot the data against the index vector, i.e., right-dragging the index vector to the plot pane and then left-dragging the data columns, this is the result I get:Btw. I did maximize both the vertical and the horizontal zoom. When maximizing the vertical zoom, the following gets printed to the console from which I started PlotJuggler:
I expect to see this plot:
which is what I get by:
Am I missing something obvious?
The text was updated successfully, but these errors were encountered: