-
Notifications
You must be signed in to change notification settings - Fork 260
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
Question on how to analyze data using ros2 bag [.db3](3 methods) #703
Comments
Note to self: This is asking for a Python interface that can read a topic from a bag and produce a 2D plot of the data. I think we'll want to translate this into a feature request for a Python interface to the Reader, plus a tutorial doc showing how to use it. Plotting will probably use an external program (rqt_plot?) but we can show that integration in the tutorial. |
@ghdrb9138 , Have you tried to used PlotJuggler? You can visualize data directly and (recently), export it to CSV. |
Hi, |
@facontidavide PlotJuggler works well, thank you! With a lot of recorded topics, it will be great if there is a script to read the ros2 bags and output the csv file in the same format as PlotJuggler does it. |
Using my other package, rox_introspection, it can be done relatively easily. Someone should implement that... You maybe? |
I don't know enough C++ yet to implement it using your package. So, I found a python API and added some lines to the proposed deserialization script here : #473 (comment) |
## Description
I want to visualize end-to-end data at once using the bag file (db3) of ros2. So far, I have found three ways.
## Related Issues
#561
## Completion Criteria
Python code or method for visualizing a ros2 bag file
## Implementation Notes / Suggestions
I want to see the corresponding end-to-end data as a plot when entering the desired topic (node) in the ros2 bag file. In particular, it would be better if the x and y axis limit were also specified as the maximum minimum. In addition, I would like to see various visualizations through various plots, not just one plot.
## Testing Notes / Suggestions
MANUAL01.zip
## SYSTEM STATUS
The text was updated successfully, but these errors were encountered: