Quickstart
Drive a robot in your browser in under a minute. No hardware, no install.
Drive a Digital Asimov robot in your browser in under a minute — no hardware, no install.
Open the simulator
Go to try.menlo.ai and sign in with Google.
A robot is created for you automatically — no setup required.
Start the robot
The simulator launches with the robot running. The cockpit interface appears immediately.
Control the robot
Use keyboard controls for direct teleop:
| Key | Action |
|---|---|
W | Forward |
S | Backward |
A | Strafe left |
D | Strafe right |
Q | Turn left |
E | Turn right |
Space | Emergency stop |
Each keypress fires one movement command immediately. A green Command sent flash confirms each command; a red Command failed flash means the session rejected it.
Want programmatic control?
To drive Digital Asimov from code — API keys, robot persistence, and full session control — see the Python SDK reference.
For physical robots, see the Asimov API.
How is this guide?