Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 912 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 912 Bytes

Build Status

PathWeaver

PathWeaver is an under-development front end motion planning program. It is primarily designed for FRC teams using Pathfinder. PathWeaver will be available for the 2019 FIRST Robotics Competition game with support for the 2019 version of Pathfinder. Currently Pathfinder is not used as a dependency and splines are generated using native JavaFX functionality.

The two primary design criteria are

  1. Creating and modifying paths should be as natural as possible.
  2. Stored files should all be human readable and version controllable.

Commenting

For bugs or feature suggestions, make a github issue.

Building

To run PathWeaver use the command ./gradlew run

Requirements