MAKE YOUR ROBOT MOVE
Call the New Theory API for your robot to respond to the real world. newt login from your terminal or create an API key to get started.
from newt import Robot
from embodiment import SO101
robot = Robot(embodiment=SO101.from_config())
robot.run("Pick up the red cube")