/rosbag_reader

Read ROS1 bag files containing PointCloud2 data using c++

Primary LanguageC++MIT LicenseMIT

C++ parser for Rosbag Files with Python bindings

  • Parse useful data from a bag file and save it to local disk
  • No ROS required to be installed on your system
  • Supported RosBag Version: V2.0
  • Supported Message Types:
  • Supported Bag Compression Types:
    • None

Install Instructions

git clone https://github.com/saurabh1002/rosbag_reader.git
cd rosbag_reader
make

Usage

image