https://github.com/ligerbots/dslogparser
Parse FIRST FRC driver station log files
https://github.com/ligerbots/dslogparser
first frc
Last synced: 3 months ago
JSON representation
Parse FIRST FRC driver station log files
- Host: GitHub
- URL: https://github.com/ligerbots/dslogparser
- Owner: ligerbots
- License: mit
- Created: 2018-10-05T21:05:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-19T20:25:46.000Z (almost 6 years ago)
- Last Synced: 2025-02-07T11:17:22.159Z (11 months ago)
- Topics: first, frc
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 17
- Watchers: 7
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README-dslogparser.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# dslogparser
Parse FIRST FRC Driver Station log files.
The DSLogParser class can parse FRC .dslog files and extract each entry, which are returned as dictionaries.
The DSEventParser class parses FRC .dsevents, including extracting the match information.
The script dslog2csv.py can read one or many .dslog files to produce CSV file(s).
It can combine .dslog and .dsevents files if the filenames match. See ```dslog2csv.py -h``` for usage information.