AI-First Open Platform for Embodied Robotics
Run the same Python code from simulation to real hardware. 5 lines of code to start your first robot. Under $500 reproducible hardware.
from threewe import Robot async with Robot(backend="gazebo") as robot: image = robot.get_camera_image() await robot.move_to(x=2.0, y=1.0) pose = robot.get_pose()
A Consistent API, Mock to Real
Switch between physics engines and real hardware with a single parameter — the Python API stays the same across Mock, Gazebo Harmonic, NVIDIA Isaac Sim, and physical robots. Sim-to-real transfer itself still requires task-specific tuning.
Mock
Zero dependencies. Pure NumPy 2D kinematic simulation for unit tests and CI/CD.
Gazebo
Gazebo Harmonic with Nav2 and SLAM. CPU-based physics simulation.
Isaac Sim
NVIDIA GPU-accelerated parallel RL training with domain randomization.
Real Hardware
Raspberry Pi 5 + ESP32-S3 + Hailo-8L. ROS2 Jazzy at 50Hz control loop.
One API, Four Backends
The same Python Robot class runs against Mock,
Gazebo, Isaac Sim, and real hardware — switch with a single
parameter. Sensor models and sim configs may still need
task-specific tuning;
we're upfront about what transfers and what doesn't.
Robot(backend="mock")
→
Robot(backend="real")
AI-First API
Designed for transformer architectures. Tokenize sensor inputs and map action spaces directly to VLM/VLA outputs. No ROS2 knowledge required.
Open Hardware <$500
Complete BOM, KiCad PCB schematics, STEP models, and assembly guides. Licensed under CERN-OHL-P v2 for full reproducibility.
Gymnasium Ready
Standard OpenAI Gymnasium environments: Navigation, ObjectNav, Exploration, and VLN. Use your existing RL pipelines and Stable Baselines3.
VLM/VLA Integration
Native support for GPT-4o, Qwen-VL, and custom VLA policies.
One-line instruction execution:
robot.execute_instruction("find the door")
From Zero to Robot in 30s
Install the SDK via pip
Choose your backend (mock for instant start)
Run your first navigation script
How 3we Compares
The only platform combining full open hardware with production-grade AI integration.
| Feature | 3we | TurtleBot 4 | ROSbot XL | JetBot |
|---|---|---|---|---|
| Python API (no ROS) | ✓ | ✗ | ✗ | ✗ |
| Same API: mock → sim → real | ✓ | ✗ | ✗ | ✗ |
| Open PCB + BOM | ✓ Full | Closed | Closed | Partial |
| Gymnasium Interface | ✓ | ✗ | ✗ | ✗ |
| VLM/VLA Native | ✓ | ✗ | ✗ | ✗ |
| Hardware Cost | <$500 | ~$1,200 | ~$2,800 | ~$250 |
| Safety (E-Stop) | ISO 13850 | Software | None | None |
Built for the Ecosystem
AI Researchers
Gymnasium environments + VLM integration. Train in Isaac Sim, deploy to hardware in minutes.
Students
Learn embodied AI without ROS2 complexity. Full stack from ESP32 firmware to Python policies.
RL Practitioners
Standard Gymnasium wrappers, PPO/SAC ready. Benchmark on the public leaderboard.
Hardware Makers
Fork the open PCB design. PBC-34 hot-plug bus for custom sensor payloads.