Skip to content

Simple python converter that converts a ROS 2 mcap containing a scan topic to csv.

Notifications You must be signed in to change notification settings

rudolfkrecht/mcap2csv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

MCAP to CSV converter

Usage

(Note: you can copy and paste these terminal commands into the terminal using Ctrl+Shift+V)

  1. Download the code from this git repository:

git clone https://github.com/rudolfkrecht/mcap2csv.git

  1. Source the ROS 2 installation:

source /opt/ros/jazzy/setup.bash

  1. Enter the directory containing the converter code:

cd mcap2csv

  1. Run the converter:

python3 mcap2csv.py

A window like this should appear:

image

About

Simple python converter that converts a ROS 2 mcap containing a scan topic to csv.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages