Skip to content

Commit ae1b90a

Browse files
arjungmmsintov
authored andcommitted
VIC-13187 Add UnexpectedMovement to events.py
1 parent 7d35650 commit ae1b90a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

anki_vector/events.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class Events(Enum):
5454
robot_changed_observed_face_id = "robot_changed_observed_face_id" #: Robot event for when a known face changes its id.
5555
robot_erased_enrolled_face = "robot_erased_enrolled_face" #: Robot event for when an enrolled face has been removed from the robot.
5656
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)
5758

5859
wake_word = "wake_word" #: Robot event triggered when Vector hears "Hey Vector".
5960
user_intent = "user_intent" #: Robot event triggered after Vector processes voice commands.

0 commit comments

Comments
 (0)