|
Haptic Controller
|
Go to the source code of this file.
Functions | |
| bool | clear_safe_errors (ODriveCAN odrv, uint32_t error) |
| : Clear errors deemed as "Safe to Clean Automatically" | |
| void | odrive_print_error (uint32_t error) |
| Print Odrive Error Code. | |
| bool clear_safe_errors | ( | ODriveCAN | odrv, |
| uint32_t | error ) |
: Clear errors deemed as "Safe to Clean Automatically"
Definition at line 9 of file odrive_errors.hpp.
Referenced by request_enable(), and shouldError().
| void odrive_print_error | ( | uint32_t | error | ) |
Print Odrive Error Code.
| error | - The Error Code |
Definition at line 21 of file odrive_errors.hpp.
Referenced by onHeartbeat().