Full robot simulation
ODE physics, OpenGL/Wren graphics, a complete sensor suite, joints and actuators — everything Webots ships with.
Lidar · Camera · IMU · GPS
The open-source robotics simulator built by OmniLink — the first simulator designed around agentic authoring and runtime control. Describe what you want; an agent builds the world, the controllers, and the bridges for you.
01 · Watch
Agent-authored worlds, headless validation, runtime control — captured from worlds that ship in the current release.
02 · What’s inside
A physics engine, a fleet of robots, an authoring harness, and HTTP bridges — stitched together for agents.
ODE physics, OpenGL/Wren graphics, a complete sensor suite, joints and actuators — everything Webots ships with.
Lidar · Camera · IMU · GPS
Husky, UR5e, e-puck, hexapods, drones, vehicles — plus your own URDF imports. Pick one by name; an agent wires the controller.
Pick by name · agent wires the controller
Mars, forest, desert, urban, warehouse, indoor — generated deterministically from a seed. Same recipe, same world, every time.
omniworld · invoked by name, not by editing
Headless execution, HTTP bridge on 127.0.0.1:6060, structured
diagnostic codes — no flaky GUI waits, no .wbt
archaeology.
PROTO_NOT_FOUND · WORLD_PARSE_*
03 · How you use it
No .wbt archaeology. No hand-wired controllers. Talk to your
agent and let it author, iterate, and hand off.
Tell your building agent what you want — terrain, robots, sensors, goal. It picks or generates the world and wires up controllers.
“A Husky exploring a warehouse with three obstacles.”
Ask for changes. The agent edits files, hot-reloads, and re-runs in ~600 ms — tight enough for trial-and-error on a perception loop.
“Swap to Mars terrain and add a second arm.”
Once the scene is alive, OmniLink agents drive the robots over local HTTP bridges — reasoning about tasks and operating the system in real time.
curl http://127.0.0.1:6060/state
04 · Open source
OmniSim is built on top of Webots (originally developed at EPFL and later by Cyberbotics Ltd, open-sourced under Apache 2.0 in December 2018) and adds OmniLink’s agentic authoring layer on top. Ship it in commercial or academic work with attribution preserved — the bridge protocol, world recipes, and agent harness are all public.
Clone, build, and launch the warehouse Husky demo with one command. Then point your OmniLink agent at it and watch the robot move on its own.