Skip to content

Animations, Triggers, and Behaviors

Dave Touretzky edited this page May 6, 2018 · 2 revisions

You can explore Cozmo's animations, triggers, and behaviors using the Cozmo Animation Explorer available on GitHub.

Animations and animation triggers are defined in the cozmo.anim module.

A list of animation names (strings) can be found in robot.anim_names. You can play a specific animation using an AnimationNode.

A list of animation triggers (_AnimTrigger objects) can be found in robot.anim_triggers. You can play a trigger using an AnimationTriggerNode.