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
- Host: GitHub
- URL: https://github.com/frc5024/mpparser
- Owner: frc5024
- License: mit
- Created: 2018-11-24T03:09:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T22:26:12.000Z (over 6 years ago)
- Last Synced: 2024-12-31T19:18:14.691Z (5 months ago)
- Language: Objective-C
- Size: 1.32 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```