New ros2 bag echo
verb to dump a single topic to stdout?
#1892
Labels
backlog
Not assigned and not immediately planned
enhancement
New feature or request
help wanted
Extra attention is needed
Description
I was looking to dump a single topic's content to stdout in csv format, like
rostopic echo -b <bagfile> -p <topic>
used to do.Related question: https://robotics.stackexchange.com/questions/114194/exporting-single-topic-data-to-csv-with-rosbag2-bag-files
I had the impression that this feature doesn't exist, so I wrote a small script using the Python API. I wondered if it would be useful to add this as a new verb to the cli (the actual name would be open for debate)?
Related Issues
None
Completion Criteria
Implementation Notes / Suggestions
Similar to the test code of the
SequentialReader
, but with formatted output.Testing Notes / Suggestions
Process known bagfiles for different sets of options and verify the captured output.
The text was updated successfully, but these errors were encountered: