ito-san / rosbag2_csv

Convert rosbag2 to csv file.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rosbag2_csv

Convert rosbag2 to csv file. Add all of ROS2 executables and libraries to your path and library path before using this tool like;

source install/setup.bash

Usage

python3 rosbag2_diag.py <rosbag file location>

This tool generates

  • CSV with extracted /diagnostics and /system/emergency/hazard_status from rosbag(s).

    rosbag

  • CSV with extracted interval statistics of /diagnostics from rosbag(s).

    rosbag

You can filter /diagnostics data by diagnostic name

ex.)

python3 rosbag2_diag.py <rosbag file location> cpu

About

Convert rosbag2 to csv file.


Languages

Language:Python 100.0%