Skip to content

TeamIllusionCMIT/frc2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frc 2026

this project uses uv for package management.

to get started, run uv sync

additionally, we rely on the following packages:

  • msgspec for configuration and constants
  • pint for units and conversions

robot.py is fairly empty and only initializes the robot object. to change behavior, you're likely looking for src/core.py

subsystems for specific functionality is contained in src/subsystems/

to change configurable variables (like ports), see config.toml

to change mechanical constants (like motor specifications), see constants.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages