Skip to content
Snippets Groups Projects
Commit 84cf3727 authored by Charles Javerliat's avatar Charles Javerliat
Browse files

Add BLOCKED status

parent 3a919c3e
No related branches found
No related tags found
No related merge requests found
Pipeline #462 passed with stages
in 8 minutes and 42 seconds
......@@ -2,5 +2,6 @@ uint8 POWER_OFF = 0
uint8 POWER_ON = 1
uint8 OVERCURRENT = 2
uint8 CMD_VEL_TIMEOUT = 3
uint8 BLOCKED = 4
uint8 status
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment