A pendant error causes failure in `Ros_Controller_GetActiveAlarmCodes`
Closed this issue · 0 comments
ted-miller commented
I got an error on the pendant because I had the wrong media-type selected.
Then I noticed on the debug log that it was spamming Error retrieving active alarms: -2
at a high frequency.
It stopped when I cleared the error on the pendant.
Turns out that this line is treating the "error number" as the "number of errors" instead of an error code.
motoros2/src/ControllerStatusIO.c
Line 739 in c245327
There can only ever be one error.