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 Chassis Code #2

Open bjrice13 opened 4 years ago

bjrice13 commented 4 years ago

The Chassis (Drivetrain) needs the following functionalities:

It would be nice if the Chassis (Drivetrain) has the following functionalities:

Proposed UML Class Diagram:

Chassis \==========

========== +drive(inches : double) : double (error) +drive_power(speed : double) : void +turn(degrees : double, radius : double = 0) : double (error)

bjrice13 commented 4 years ago

Updated checklist to prepare for chassis auton. enhancements