Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frc6854/robotlog
A simple FRC path planning tool
https://github.com/frc6854/robotlog
csv csv-export first-robotics-competition frc gtkmm gtkmm3 path-following path-planning
Last synced: 7 days ago
JSON representation
A simple FRC path planning tool
- Host: GitHub
- URL: https://github.com/frc6854/robotlog
- Owner: FRC6854
- License: gpl-3.0
- Created: 2020-01-02T21:56:37.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T03:20:38.000Z (over 2 years ago)
- Last Synced: 2024-05-28T23:18:56.634Z (6 months ago)
- Topics: csv, csv-export, first-robotics-competition, frc, gtkmm, gtkmm3, path-following, path-planning
- Language: C++
- Homepage:
- Size: 4.45 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# RobotLog - A simple FRC path planning tool
## How to build
### Build dependencies on Debian/Ubuntu
`g++ make pkg-config libgtkmm-3.0-dev`### Build dependencies on Windows MSYS2
`make mingw-w64-x86_64-gcc mingw-w64-x86_64-pkg-config mingw-w64-x86_64-gtkmm3`### List of Makefile targets
For build using g++ use `make all`
For build using clang++ use `make clang`
For build under MSYS2 and make exe file run under Win32 GUI subsystem `make win`
Use `make run` or `./robotlog` to start the program