Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.
/ PathGUI Public archive

Java GUI for FRC robot autonomous path planning

Notifications You must be signed in to change notification settings

AaronPinto/PathGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathGUI

When I was a student on FRC Team 1325, I integrated this into our robot code library and I've been updating it there as a mentor now, so this repo is now out-of-date

The field is from the 2018 FRC season.

The program takes the mouse position on the field drawn in the GUI and then based off of that, when the mouse button is clicked, it prompts the user for a desired heading, velocity and acceleration for that point and then adds that point to a series of points and generates a path accordingly. The path generation is based off quintic spline interpolation.

About

Java GUI for FRC robot autonomous path planning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages