AtsushiSakai / rosbag_to_csv

Converter from ros bag to csv
325 stars 142 forks source link

Added scrollbar support #1

Closed gstavrinos closed 7 years ago

gstavrinos commented 7 years ago

I added scrollbar support, because I had a rosbag that included over 50 topics and the topic-selection window was so big, that it could no fit the screen.

gstavrinos commented 7 years ago

I now also added a new way to name the csv files, because by just using the topic names the filenames were too abstract, and there was no way to know from which .bag a .csv was generated.

AtsushiSakai commented 7 years ago

Hi gstavrinos. I totally agree your PR. Your scrollbar window and your new file name rule is very useful. Thank you for your contribution : ).