Team2890HawkCollective / Training

A private training repository used as scratch space for 2890 students.
1 stars 0 forks source link

Mecanum Robot Implementation #49

Closed HawkCollective2890 closed 12 months ago

HawkCollective2890 commented 1 year ago

Description: In this ticket you will write a command based robot program for FRC. This ticket will go over the outline of the command base structure, shuffleboard, xbox controllers, and motor controls. You can assume the robot is a mechanum drive and has 4 CIM motors w/ Spark MAX motor controllers (CAN ID 1 - 4) and one Xbox Controller on port 0.

Acceptance Criteria:

Resources:

Notes:

gavinjalberghini commented 1 year ago

Reviewed the 2nd iteration on the PR. Some minor changes need to be fixed then you should be good to go.