Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

FRC-1721/1721-ChargedUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Workflow Extras Workflow Dashboard Workflow Documentation Status

Welcome to Tidal Force's 2023 robot, Rotom Toaster!

To get started, please see the #software channel on our discord or pm the lead of software Keegan directly.

RobotPy

The RoboRIO (our main safety computer) runs RobotPy.

To get started developing:

cd rio
pipenv install
pipenv shell
make sim

Dashboard

You must run the simulator or the robot if you want to test the dashboard!

cd dashboard
npm ci
make build
make run

Documentation

cd docs
pipenv install -r requirements.txt
pipenv shell
make latexpdf