PYRORobotics / vexu-2019-2020-24

Repository containing all of the robot code written for the 24 inch robot competing in the 2019-2020 VEX U Competition: Tower Takeover.
5 stars 0 forks source link

Add Intake Code #3

Closed bjrice13 closed 4 years ago

bjrice13 commented 5 years ago

The Intake needs the following functionalities:

It would be nice if the Intake has the following functionalities:

Proposed UML Class Diagram:

Intake \========== -IN_ANGLE: double -OUT_ANGLE: double -last_angle : double \========== +run(forward : bool, speed : double = 0.8) : void +set_angle(angle : double) : void +toggle_angle(type : enum angle_type) : void

bjrice13 commented 4 years ago

Added in ERAU Fall Tournament Release