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

https://github.com/frc5024/pointplanner


https://github.com/frc5024/pointplanner

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# PointPlanner
PointPlanner is a tool to plot coordinates and angles on the field for autonomous pathing. To run, open the `index.html` file in a browser. To update PointPlanner, add the links to the new field image and json to `fieldLinks.js`.
### PointInterpreter
PointInterpreter takes in csv files generated from PointPlanner, and converts them into java file ready to be used in autonomous. To run, open the `index.html` file in a browser.