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

https://github.com/frc6941/2022-competition-robot


https://github.com/frc6941/2022-competition-robot

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# IronPulse Robotics Team 6941 2022 Competition Robots

## Code Structure
1. Subsystems: the collection with the basic hardwares, along with the basic functions that controls them.
2. Coordinators: higher level abstractions of multiple subsystem, carrying out a coordinated behavior.
3. Commands: something that calls a function defined in the subsystems.

## Units and Positive Directions
1. Use METER as the unit of length. NO INCHES, FEETS AND YARDS. NO CENTIMETERS AND MILIMETERS. Transition will be stated explicitly.
2. Use DERGREE as the unit of angle. NO RADIANS.
3. Take CLOCKWISE (abbreviated as CW) as the positive direction of rotation. NO CONTER-CLOCKWISE (abbreviated as CCW) unless stated explicitly.