You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to reproduce the problem by checking if the temp is too high from within RobotCode2023's Arm.java but haven't succeeded. However, not calling reportSparkMaxTemp() definitely makes the problem go away.
The text was updated successfully, but these errors were encountered:
Port 17 spark max is operating at 188.0 degrees Celsius! It will be disabled until the robot code is restarted.
but the value displayed on SmartDashboard seems to be consistently at 24. So I suspect the reported temperature spike only happens occasionally for some reason. Notably, the report high temp occurs shortly after:
Whoops, big oopsie : fault error(s) with spark max id : 17: [ ], ooF!
Bruh, you did an Error : sticky fault(s) error with spark max id : 17: kIWDTReset kEEPROMCRC kCANRX kHasReset kSoftLimitRev , Ouch!
I suspect the sticky faults are unrelated, but it's getting some sort of fault.
For now, just comment this line out:
lib199/src/main/java/org/carlmontrobotics/lib199/MotorControllerFactory.java
Line 100 in ec05757
I've tried to reproduce the problem by checking if the temp is too high from within RobotCode2023's Arm.java but haven't succeeded. However, not calling
reportSparkMaxTemp()
definitely makes the problem go away.The text was updated successfully, but these errors were encountered: