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

https://github.com/curtinfrc/demobot

Code for CurtinFRC's DemoBot
https://github.com/curtinfrc/demobot

cpp frc frc-robot robotics

Last synced: 12 months ago
JSON representation

Code for CurtinFRC's DemoBot

Awesome Lists containing this project

README

          

# DemoBot
Code for CurtinFRC's DemoBot.

## Subsystems
This demo robot uses a few key subsystems.
1. Tank Drivebase
2. Shooter
3. Intake
The drivebase is controlled using one Xbox controller and the Shooter and Intake controlled by another one.

### Drivebase
The drivebase is a 6 cim tank drivebase. You can control the right side with the right joystick and vice versa for the left joystick.
It's speed can also be toggled using the A button.

### Intake
The intake is a 1 motor spinning intake. It can be controlled using the left joystick.

### Shooter
The shooter is a 2 motor shooter. It can be controlled using the right joystick.