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

Is it possible for bagpy to support python2.7 in melodic? #18

Closed HaFred closed 2 years ago

HaFred commented 2 years ago

Just curious

rahulbhadani commented 2 years ago

No. Installing a python virtual environment is a 5-minute thing.

HaFred commented 2 years ago

Actually doing this suffices for me:

rostopic echo -b data.bag -p data_key > data.csv

It might be useful for anyone who is looking for dumping rosbag info into a csv file under melodic.