FTC-ORBIT / 14029-Powerplay

14029's robot code for the 2022-2023 season: powerplay!
BSD 3-Clause Clear License
1 stars 0 forks source link

testMotors() function #63

Closed Ido-Sobol closed 1 year ago

Ido-Sobol commented 1 year ago

instead of creating multiple testMotors() functions, create one in an opmode called "test". it also gave me the idea that in this "test" opmode we can write all of our checks. example:

testMotors(Motor motor){} testServos(Servo servo){} subsystemChecks(){}

water221c commented 1 year ago

what is the subsystemChecks() function supposed to do?

Ido-Sobol commented 1 year ago

Run each robot state for 5 seconds.

water221c commented 1 year ago

aight im on it