https://github.com/frc6941/2022-competition-robot
https://github.com/frc6941/2022-competition-robot
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/frc6941/2022-competition-robot
- Owner: frc6941
- License: other
- Created: 2023-10-17T08:59:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-17T09:02:55.000Z (over 1 year ago)
- Last Synced: 2023-10-17T14:24:38.575Z (over 1 year ago)
- Language: Java
- Size: 5.34 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.