boilerrobotics/rover-code

Odrive error code is in addition formation

Opened this issue · 0 comments

For example, error A code is 0x0001 and error B code is 0x0010. Odrive will return 0x0011. So, we need to extract the error code into separate ones. Then, we need to rewrite error reporting part from showing all parts (mostly None) to show only active errors.