notebook.community
Edit and run
In [ ]: from pypot.robot import from_json robot = from_json("full_poppy.json") while True: print robot time.sleep(10)
from pypot.robot import from_json robot = from_json("full_poppy.json") while True: print robot time.sleep(10)