Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/firstteam102/robot2022
Gari, 102's robot for the 2022 FRC game, Rapid React
https://github.com/firstteam102/robot2022
first-robotics-competition frc frc-2022 frc-c-plus-plus frc-rapid-react frc-robot wpilib
Last synced: 10 days ago
JSON representation
Gari, 102's robot for the 2022 FRC game, Rapid React
- Host: GitHub
- URL: https://github.com/firstteam102/robot2022
- Owner: FIRSTTeam102
- License: other
- Created: 2022-01-13T23:13:44.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T19:56:58.000Z (9 months ago)
- Last Synced: 2024-11-22T06:18:32.299Z (2 months ago)
- Topics: first-robotics-competition, frc, frc-2022, frc-c-plus-plus, frc-rapid-react, frc-robot, wpilib
- Language: C++
- Homepage:
- Size: 872 KB
- Stars: 3
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [FRC Team 102 The Gearheads](https://team102.org/)'s robot code for the 2022 FIRST Robotics Competition - Rapid React
We use a [WPILib command-based robot](https://docs.wpilib.org/en/stable/docs/software/commandbased/what-is-command-based.html), so our code is split up into subsystems and commands.
### Notable features
These are some of the most important or interesting parts of our robot code this year:
* [Swerve drive](src/main/cpp/subsystems/SwerveDrive.cpp)
* [Closed-loop shooter control](src/main/cpp/subsystems/Shooter.cpp)
* [Limelight](src/main/cpp/subsystems/Limelight.cpp)
* [Shooter hood](src/main/cpp/subsystems/ShooterHood.cpp)
* [Autonomous routine](src/main/cpp/commands/Autonomous/MainAutonomous.cpp)### See also
* [Arduino lights code](https://github.com/FIRSTTeam102/ArduinoLights2022)