Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/varun7654/autobuilder

A gui tool for graphically designing and testing autos in FRC
https://github.com/varun7654/autobuilder

auto autonomous first first-robotics-competition frc

Last synced: about 1 month ago
JSON representation

A gui tool for graphically designing and testing autos in FRC

Awesome Lists containing this project

README

        

# AutoBuilder
A gui tool that makes desigining and testing autos easier

![image](https://user-images.githubusercontent.com/59785640/149383948-6ea7169f-2ebd-47ba-807d-9e4fc47ca578.png)

**This is the code for the gui _only_. To see the code running on the robot look [here](https://github.com/FRC3476/AutoBuilder-RobotSide).**

## 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](https://github.com/FRC3476/AutoBuilder/wiki/About)

- [Building and Downloading this project](https://github.com/FRC3476/AutoBuilder/wiki/Building-and-Downloading-this-project)

- [How this project works](https://github.com/FRC3476/AutoBuilder/wiki/How-this-project-works)

- [Integrating this project into your robot code](https://github.com/FRC3476/AutoBuilder/wiki/Integrating-this-project-into-your-robot-code)

- [Set up the GUI](https://github.com/FRC3476/AutoBuilder/wiki/Set-up-the-GUI)

- [Set up your first Auto!](https://github.com/FRC3476/AutoBuilder/wiki/Create-your-first-Auto!)

- [Controls](https://github.com/FRC3476/AutoBuilder/wiki/Controls)