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

https://github.com/wpilibsuite/pathweaver

Desktop application for generating motion paths
https://github.com/wpilibsuite/pathweaver

Last synced: about 2 months ago
JSON representation

Desktop application for generating motion paths

Awesome Lists containing this project

README

        

![CI](https://github.com/wpilibsuite/PathWeaver/workflows/CI/badge.svg)
# PathWeaver

PathWeaver is a front end motion planning program. It is primarily designed for FRC teams using WPILib's trajectories and splines. For more instructions on using PathWeaver, refer to the [WPILib instructions](https://docs.wpilib.org/en/stable/docs/software/wpilib-tools/pathweaver/index.html).

## Commenting
For bugs or feature suggestions, make a github issue.

## Building

To run PathWeaver use the command `./gradlew run`

### Requirements
- [JDK 17](https://adoptium.net/temurin/releases/?version=17)