Skip to content

Tools for programming Anki's Cozmo robot.

Notifications You must be signed in to change notification settings

arao03/cozmo-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cozmo-tools

For a radically different approach to Cozmo programming more suited to beginners, try Calypso at https://Calypso.software

Tools for programming Anki's Cozmo robot via the Python SDK.

  • simple_cli provides a Command Line Interface for the Cozmo SDK so you can evaluate expressions in the context of an active SDK connection to a robot. It also provides a variety of visualization tools, such as a camera viewer, worldmap viewer, particle viewer, and path viewer. Run it by typing: python3 simple_cli

  • event_monitor.py provides Cozmo event monitoring. Type monitor(robot) to start monitoring. See doc for more options.

  • cozmo_fsm is a Finite State Machine package for Cozmo programming.

  • genfsm is a preprocessor that converts .fsm files written in the cozmo_fsm notation to .py files that are ready to run.

Note: you can install all the python dependencies by running pip3 install -r requirements.txt

About

Tools for programming Anki's Cozmo robot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%