You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: anki_vector/events.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,7 @@ class Events(Enum):
54
54
robot_changed_observed_face_id="robot_changed_observed_face_id"#: Robot event for when a known face changes its id.
55
55
robot_erased_enrolled_face="robot_erased_enrolled_face"#: Robot event for when an enrolled face has been removed from the robot.
56
56
robot_renamed_enrolled_face="robot_renamed_enrolled_face"#: Robot event for when a known face changes its name.
57
+
unexpected_movement="unexpected_movement"#: Robot event for when it detects movement that does not match what motors were commanded (e.g. turning in the wrong direction)
57
58
58
59
wake_word="wake_word"#: Robot event triggered when Vector hears "Hey Vector".
59
60
user_intent="user_intent"#: Robot event triggered after Vector processes voice commands.
0 commit comments