rename error state to fault
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ class StateMachine
|
||||
INITIALIZING,
|
||||
IDLING,
|
||||
MOVING,
|
||||
ERROR
|
||||
FAULT
|
||||
};
|
||||
|
||||
StateMachine(const StateMachine&) = delete;
|
||||
|
||||
Reference in New Issue
Block a user