ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I could not find an easy way to save all topics to a csv file for post-processing, so I wrote a python script to do it. I hope others will find it useful:
speal DOT ca/bag2csv.py (sorry about the link - i need more karma)
Usage1 (for one bag file):
python bag2csv.py filename.bag
Usage 2 (for all bag files in current directory):
python bag2csv.py
I wasn't sure if this would be the right place to share this script for others to use. Can anybody else please advise?
Please let me know if you find this useful, or if you have any suggestions for how to improve it.
2 | fixed link |
I could not find an easy way to save all topics to a csv file for post-processing, so I wrote a python script to do it. I hope others will find it useful:
link text speal DOT ca/bag2csv.py (sorry about the link - i need more karma)
Usage1 (for one bag file):
python bag2csv.py filename.bag
Usage 2 (for all bag files in current directory):
python bag2csv.py
I wasn't sure if this would be the right place to share this script for others to use. Can anybody else please advise?
Please let me know if you find this useful, or if you have any suggestions for how to improve it.
3 | fixed link |
I could not find an easy way to save all topics to a csv file for post-processing, so I wrote a python script to do it. I hope others will find it useful:
link textbag2csv.py
speal DOT ca/bag2csv.py (sorry about the link - i need more karma)
Usage1 (for one bag file):
python bag2csv.py filename.bag
Usage 2 (for all bag files in current directory):
python bag2csv.py
I wasn't sure if this would be the right place to share this script for others to use. Can anybody else please advise?
Please let me know if you find this useful, or if you have any suggestions for how to improve it.