jmscslgroup / bagpy

Python package for reading, and extracting data from rosbag files and performing any analysis on it.
https://jmscslgroup.github.io/bagpy/
Other
207 stars 39 forks source link

Bag with messages that contain commas #27

Closed MassEast closed 2 years ago

MassEast commented 2 years ago

Once message_by_topic is called, a .csv is generated. This .csv is comma-separated. Unfortunately, this separator is not adjustable via the message_by_topic call. Hence, if any message contains a string, which contains commas, things will become ugly. It would be really neat to be able to set the delimiter for the generated .csv.

rahulbhadani commented 2 years ago

Merged.