Skip to content

Kotochleb/rosbag2pandas

Repository files navigation

rosbag2pandas

CLI tool used to convert ROS 2 bag files to Pandas-compatible storage formats.

Usage

ros2 run rosbag2pandas <input bag folder> <output folder> --format csv

For following list of topics:

/turtle1/cmd_vel
/turtle1/color_sensor
/turtle1/pose

it will create following files:

output_folder/
├─ turtle1_cmd_vel.csv
├─ turtle1_color_sensor.csv
├─ turtle1_pose.csv

Output formats

Currently supported formats are:

  • csv
  • parquet
  • pickle

About

Tool to convert ROSbags in ROS 2 to different Pandas output formats

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages