Status: Experimental · Timeline: Now · Path: examples/end_to_end/warehouse_delivery/
Official Solution Blueprint for autonomous mobile robots, pick-and-place logistics, and fleet coordination in warehouse environments.
Full roadmap entry: ROADMAP.md § Warehouse Automation
Coordinate AMRs through loading zones, transit corridors, and dock areas with safety zones, fleet health requirements, mission continuity, and Control Center visibility.
| Pillar | Capabilities |
|---|---|
| Device & Fleet | Device tree, fleet require, continuity/takeover |
| Verification | Readiness go/no-go, assurance, recovery |
| Operations | Control Center, telemetry, alerting |
| Developer | Bundled demos, CI smoke |
| Packages | spanda-nav, spanda-fleet, spanda-mqtt, spanda-opencv |
Warehouse Stack
├── AMR fleet (.sd programs)
├── Zone safety (dock, aisle, staging)
├── MQTT / ROS2 comms (optional packages)
├── Readiness gates (pre-shift)
├── Continuity on robot failure (reassign mission)
└── Control Center fleet dashboard
Warehouse TOML fixtures: crates/spanda-config/tests/fixtures/warehouse/
Guide: device-tree.md
| Package | Role |
|---|---|
spanda-nav |
Route planning |
spanda-fleet |
Multi-robot coordination |
spanda-mqtt |
WMS / fleet bus integration |
spanda-opencv |
Barcode / lane vision |
spanda-mission-continuity |
Takeover on AMR failure |
| Example | Path |
|---|---|
| Warehouse delivery (package) | examples/end_to_end/warehouse_delivery/ |
| Continuity warehouse | examples/showcase/continuity/warehouse.sd |
| Warehouse logistics | examples/warehouse_logistics.sd |
| Warehouse robot | examples/warehouse_robot.sd |
require clauses — health-checks.mdspanda control-center serve --config spanda.toml --program src/main.sd
Guide: control-center.md
spanda sim examples/end_to_end/warehouse_delivery/src/main.sd
spanda replay mission.trace --deterministic
spanda check examples/end_to_end/warehouse_delivery/src/main.sd
spanda verify examples/end_to_end/warehouse_delivery/src/main.sd --target RoverV1
spanda continuity examples/showcase/continuity/warehouse.sd --json
scripts/showcase_smoke.sh · scripts/continuity_smoke.sh ·
scripts/gates/README.md
Related blueprints: Smart Factory · Transportation