Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update readme.md with motor information and CAD picture #30

Merged
merged 3 commits into from
Apr 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Code for FRC 2067's 2024 Robot for the game [CRESCENDO](https://www.youtube.com/

## Robot Subsystem Descriptions

todo: add picture of robot cad
![image](https://github.com/applepi-2067/2024_Robot/assets/148881295/53e0c1fd-fda8-4799-86cb-8156cc336157)


### Drivetrain

Expand All @@ -45,40 +46,40 @@ The motors that move the robot chassis around the field.
Picks up game pieces off the ground. Hands them off to the hopper

* Motors
* `tbd`x Falcon 500
* 2x Falcon 500
* Velocity closed loop control

* Sensors
* `tbd`
* 1x IR Proximity Sensor

### Shooter
Motors at the front of the shooter assembly that allow game pieces to be fired out of the robot.

* Motors
* `tbd`x - Falcon 500
* 2x - Kraken X60
* Velocity closed loop control

### Hopper
Brings in game pieces from the intake. Stores them until the shooter is ready to be fired.

* Motors
* `tbd`x - Falcon 500
* 1x - Falcon 500
* `tbd` - Velocity closed loop control

### Linear Lift

Moves the shooter assembly vertically to differnt heights

* Motors
* `tbd`x - Falcon 500
* 2x - Falcon 500
* Motion Magic - position closed loop control

### Shoulder

Rotates the shooter assembly to change pitch angle

* Motors
* `tbd`x - Falcon 500
* 1x - Falcon 500
* Motion Magic - position closed loop control

## Getting Started
Expand Down