An open API service indexing awesome lists of open source software.

https://github.com/frc5024/mpparser

A tool for parsing motion profiling csv files into c++ headers
https://github.com/frc5024/mpparser

Last synced: 3 months ago
JSON representation

A tool for parsing motion profiling csv files into c++ headers

Awesome Lists containing this project

README

        

# mpParser
A tool for parsing motion profiling csv files into c++ headers

## Usage
Make sure python3 is installed, then run:
```
python3 mpParser/ ./path/to/file_csv_left.csv ./path/to/output/auto_name.h
```