varun7654 / AutoBuilder

A gui tool for graphically designing and testing autos in FRC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AutoBuilder

A gui tool that makes desigining and testing autos easier

image

This is the code for the gui only. To see the code running on the robot look here.

Features

  1. Interactive gui for designing robot autos.
  2. Supports holomonic & differental drivebases.
  3. Built in scripting blocks that allow you to exectue robot code via reflection.
  4. Iterate without deploying. This tool uses networktables to upload your autonomous to the robot so you can quickly iterate without slowing down.
  5. See how long your auto will take before you deploy. We're using the same trajectory and path planner that your robot uses. What you see is what you will get!
  6. Real-time feedback. The path that your robot drives will be visible in the gui. Use this too see where things are going wrong and quickly fix them.

Want more info? Take a look at our wiki!

About

A gui tool for graphically designing and testing autos in FRC

License:GNU General Public License v3.0


Languages

Language:Java 99.9%Language:GLSL 0.1%