Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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