Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 884 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 884 Bytes

Build Status

PathWeaver

PathWeaver is an under-development front end motion planning program. It is primarily designed for FRC teams using Pathfinder v1. PathWeaver will be available for the 2019 FIRST Robotics Competition game with support for Pathfinder v2.

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