https://github.com/frc5024/pointplanner
https://github.com/frc5024/pointplanner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frc5024/pointplanner
- Owner: frc5024
- License: mit
- Created: 2019-10-21T01:00:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-26T19:53:52.000Z (over 5 years ago)
- Last Synced: 2024-12-31T19:18:14.625Z (5 months ago)
- Language: JavaScript
- Homepage: http://cs.5024.ca/PointPlanner/
- Size: 2.2 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.