Skip to content

bryantaoli/rosbag_to_csv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

litao

rosbag_to_csv

A GUI tool to convert topics from a rosbag file to csv files

Install

clone this repository

$ cd ~/catkin_ws/src
$ git clone https://github.com/AtsushiSakai/rosbag_to_csv.git
$ cd ~/catkin_ws && rosdep install -r --ignore-src --from-paths src

How to use

Start the node

$ cd ~/catkin_ws && catkin_make

$ source devel/setup.bash

$ roscore

$ rosrun rosbag_to_csv rosbag_to_csv.py

Select a bag file with the GUI

1

Select topics to convert csv

You can select topics to save in csv files.

2

Wait seconds....

A Message "Converting..." is displayed in the terminal.

Finish convert

When the finish convert message dialog is shown,

3

CSV files are generated successfly in ~/.ros.

4

The CSV file name is same as (the bag file name)_(each selected topic name).csv.

If You open the csv file with office software, you can see:

5

License

MIT

About

Converter from ros bag to csv

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.0%
  • CMake 45.0%