- Document code
- Deoxygen?
- Use style-guide provided
- Improve Smart Dashboards
- Add an interface for changing constants on the robot
- Add a camera feed
- Add a heat map for the robot position
- Add a tab interface
- Driving tab
- Auto Selection
- Camera View
- Match Timer
- Battery Voltage
- Connection Status
- PID tab
- Error Graph
- PID variables(editable)
- Debugging/console tab
- Console
- List of variables
- Variables/tuning tab
- Variable inputs(other than PID)
- Driving tab
- Json file parsing
- Reading the json variables(done)
- writing to the json file
- syncing the file between computers
- Autos
- Test the center auto for reliability
- Write a turn command
- Tune the turn command
- Write the left and right auto
- Tune the left and right auto
- Fix LED class (maybe done)
- Ben
cd
into the frc-2017-java directory- use
gradle build
or/gradlew build
to build or usegradle deploy
or/gradlew deploy
to deploy
Based on FRC Dashboard
.
-
If you haven't done so already, install the dependencies:
-
In the dashboard directory, run
npm install
cd
into the dashboard directory- Run
npm i
to install all of the dependencies - Run
npm run dist
to pack the entire application into a single file
While in the dashboard directory, type npm start
.