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

Latest commit

 

History

History
44 lines (32 loc) · 1.31 KB

README.md

File metadata and controls

44 lines (32 loc) · 1.31 KB

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