FRC2706 / 2019-2706-Robot-Code

The main robot code for the FIRST 2019 challenge: Deep Space
MIT License
2 stars 0 forks source link

Subsystem Initialization Checks #137

Closed ryanlarkin closed 5 years ago

ryanlarkin commented 5 years ago

Summary of Changes

Testing Performed

Environment: Practice bot

kevlam2706 commented 5 years ago

Looks great. We still should test the lift encoder failure case by disconnecting the encoder cable from talon #5. Couldn't do it tonight because we didn't have allen keys at Mission Control.

Only suggestion I have, is you could log the error value that you get when it's not ErrorCode.OK. com.ctre.phoenix.ErrorCode has a number of possible error values that might be useful for debugging.