Deconstructing 102 products across 56 companies to find the universal machine underneath
There are 56 companies in this database building autonomous ground robots. They are organized into 9+ verticals — delivery, security, cleaning, lawn care, agriculture, warehouse, defense, hospitality, construction. Each company has raised capital, hired engineers, and built a robot from scratch to solve one vertical.
They are all building the same machine.
Not metaphorically. Literally. When you strip away the top-mounted payload — the cargo box, the camera mast, the mop deck, the cutting blade — what remains is functionally identical: an electric wheeled chassis with batteries, motors, a compute board, cameras, LiDAR, a cellular radio, and a navigation stack. Every company in this database has independently re-engineered the same platform. They just don't know it, because they're organized by use case, not by physics.
To see this clearly, take five products from entirely different markets and decompose them into their physical subsystems:
| Subsystem | Starship Delivery | Knightscope K5 Security | Avidbots Neo Cleaning | Husqvarna 550 Lawn Care | Clearpath Husky Research/Def |
|---|---|---|---|---|---|
| Drive | 6 wheels, hub motors | 4 wheels, hub motors | 2 drive + casters | 2 drive + casters | 4 wheels, skid steer |
| Compute | ARM SoC | x86 + Jetson | Custom ARM | ARM SoC | Jetson AGX |
| Cameras | Stereo + RGB (6-10) | Stereo + 360° (8) | Stereo + 3D depth | RGB + boundary | Stereo + RGB (4) |
| LiDAR | 1-2 solid state | 2 spinning | 2 solid state | None (RTK) | 1-2 spinning |
| IMU/GPS |
Nine of ten subsystems are the same. Different brands, different exact components, but the same functional architecture. The only row that differs is the last one: payload. This is not a coincidence. It's physics. The laws of motion, power, perception, and communication don't change based on what you're carrying.
Every autonomous ground robot requires exactly six functional primitives. No more, no fewer. Anything missing and the robot cannot operate. Anything additional is payload-specific.
Convert electrical energy to ground movement. Motors, wheels, gearboxes, suspension. This is the chassis — the bones.
See the world. Cameras, LiDAR, ultrasonic sensors. Build a model of the environment. This is the eyes.
Know where you are. GPS, SLAM, odometry, IMU fusion. Without this, you're a toy car, not a robot.
Decide where to go and how to get there. Path planning, obstacle avoidance, mission logic. This is the brain.
Store and distribute energy. Battery, BMS, power distribution, thermal management. This is the heart.
Send and receive information. Cellular, WiFi, mesh radio. Telemetry, commands, fleet coordination. This is the voice.
These six primitives account for ~80-90% of the BOM cost, engineering effort, and development time of every robot in the dataset. The payload — the thing that actually differentiates the product — is 10-20% of the total system. This is the inversion that creates the opportunity: the robotics industry is organized around the 10% that's different, not the 90% that's shared.
Of the 102 products in the database, 49 (48%) are wheeled. This isn't market preference — it's thermodynamics.
Energy. A wheeled robot uses ~2-5 J/m of energy. A legged robot uses 15-50 J/m. At 72V 40Ah (IM's spec), wheels give you 50+ miles; legs give you 5-10 miles on the same battery. For any commercial application requiring sustained operation, wheels are 5-10x more efficient.
Payload. Wheels distribute load through rigid axles. A 4-wheel platform can carry multiples of its own weight with minimal additional energy cost. Legged robots struggle with payloads beyond 10-20% of body weight because every gram must be lifted and balanced through the gait cycle. Boston Dynamics Spot: 65 lb body, 14 kg payload. IM: 250 lb body, 500+ lb payload.
Speed. Wheeled robots scale speed by increasing RPM — mechanically trivial up to 30+ mph. Legged robots hit gait-transition instabilities above 8-10 mph. For security patrol, delivery, field work — applications where covering ground matters — wheels win.
Reliability. A 4-wheel drivetrain has 4 actuators, 4 bearings, and no complex linkages. A quadruped has 12 actuators, 12 gearboxes, 24+ bearings, and control software managing dynamic balance. MTBF scales inversely with mechanical complexity. For 24/7 commercial deployment, simplicity wins.
The only advantage of legs is obstacle traversal — stairs, rubble, unstructured terrain. This matters for military/inspection niches (~10% of the addressable market). For the other 90%, wheels are strictly superior on every engineering axis.
Every use case in the dataset decomposes into three variables layered on top of the six primitives: speed envelope, payload type, and operating environment. The base platform is identical; only these three parameters change.
| Use Case | Motion Pattern | Speed | Payload | Surface | Companies |
|---|---|---|---|---|---|
| Delivery | A → B waypoint | 3-15 mph | Cargo box 20-500 lbs | Paved/sidewalk | 12 |
| Security | Loop patrol | 3-20 mph | Camera/sensor mast | Paved/mixed | 6 |
| Cleaning | Area coverage | 1-3 mph | Brush/vac/mop deck | Indoor flat | 6 |
| Lawn Care | Area coverage | 2-5 mph | Cutting deck | Grass/turf | 5 |
| Agriculture | Row follow | 3-10 mph | Spray/sense/tool | Field/orchard | 6 |
| Warehouse | A → B waypoint | 3-8 mph | Shelf/pallet 200-2K lbs | Indoor flat | 16 |
| Construction | A → B waypoint | 3-10 mph | Materials 500+ lbs | Rough terrain | 3 |
Motion patterns reduce to exactly three: A→B waypoint (delivery, warehouse, hospitality, construction), loop patrol (security), and area coverage (cleaning, lawn care, agriculture). A single nav stack that implements all three covers every use case. The software problem is the same — SLAM + path planning with different mission logic. The mechanical problem is the same — wheels on a surface. The electrical problem is the same — batteries powering motors through a compute board.
Estimating the bill of materials (BOM) breakdown across use cases reveals the economic argument for platform consolidation:
85% of the BOM is shared. Every company in the dataset is independently sourcing, designing, and assembling that 85%. This is like every smartphone manufacturer independently designing their own cellular radio, battery chemistry, and display panel. The industry is pre-consolidation — waiting for a platform to emerge.
The modular platform that absorbs these use cases has four layers. The bottom three are fixed; the top layer is swappable.
The critical design decision: the payload interface is the API. Like a USB port or a PCIe slot, it defines the contract between the platform and the module. Mechanical mounting, power delivery, and data communication are standardized. The platform doesn't know or care what's plugged in. The module doesn't know or care about locomotion or navigation. This separation of concerns is what enables the platform to absorb new use cases without re-engineering the base.
Each module maps to a market vertical and the companies it displaces:
PTZ camera (4K), FLIR thermal, LPR, directional speaker, strobe array, telescoping mast (8 ft). Patrol mode: continuous loop with anomaly detection, auto-escalation to human operator.
Insulated lockable cargo bay (15 cu ft), 200-500 lb capacity, multi-compartment locker option, climate control. IM advantage: 10x payload of Starship, off-road capable, 3x speed.
Cylindrical + disc brush deck (28-36"), solution/recovery tanks (15 gal), squeegee, dust filtration. Area coverage mode with auto-refill docking. Runs overnight in warehouses, malls, airports.
Floating cutting deck (42-52"), adjustable height, mulching + side discharge. GPS-guided coverage with sub-inch overlap. Commercial landscaping: sports fields, corporate campuses, parks.
The economic model inverts the typical robotics business:
Each company builds end-to-end: chassis + nav + power + payload.
R&D cost: $5-50M per product
BOM: $8-25K per unit
Amortized across 1 vertical only
IM builds L1-L3 once. Modules are L4-only engineering.
Base R&D: $10-20M (one-time)
Module R&D: $0.5-2M each
Amortized across ALL verticals
Buy base ($15-20K) + first module ($2-8K).
Add modules as needed ($1-10K each).
Swap seasonally or by shift.
Asset utilization: 80-95% vs. 40-60% for single-purpose
More modules → more base units sold → lower unit cost → more modules viable → more verticals entered → more modules.
This is the dynamic that made smartphones the universal computing platform, AWS the universal infrastructure platform, and Arduino the universal prototyping platform. A general-purpose base with a standardized interface and an expanding ecosystem of attachments.
The compounding advantage: every base unit sold makes every future module viable at lower volume. A security module only needs to sell 100 units if there are already 10,000 bases deployed. The module doesn't need to amortize the chassis, the nav stack, or the battery — those are already paid for.
No company in this database of 56 has this positioning. Every competitor is building a single-purpose appliance. IM is the only company building the platform.
The order matters. Not all modules are equal in market readiness, engineering complexity, or strategic value. The sequencing:
Lowest module complexity. Proves the base platform works. Generates revenue immediately. Rider mode is the unique differentiator no one else has. Campus, resort, farm, and event markets.
Largest TAM verticals with proven willingness to pay. Security: replace $15-25/hr guards with $3-5/hr robot. Delivery: 10x payload advantage over Starship/Serve. Both use existing patrol + waypoint nav modes.
Area coverage nav mode. Higher module engineering complexity (mechanical payloads). But: enormous markets with clear ROI stories. Agriculture and lawn care are outdoor — IM's terrain advantage.
Open the payload interface spec. Let others build modules for niche verticals. IM captures value on every base unit. The platform play fully realized.
What follows is a concrete description of the machine that emerges from this analysis — not a concept, but a buildable, shippable product spec derived from the convergence of 56 companies and 102 products.
This is the machine the data says should exist. 56 companies have independently validated the market need. They've proven customers will pay for autonomous ground robots. They just each solved 15% of the problem and re-built the other 85% from scratch. The IM platform solves the 85% once and lets the 15% be modules.
| IMU + GPS |
| IMU + GPS |
| IMU (indoor) |
| IMU + GPS-RTK |
| IMU + GPS-RTK |
| Battery | Li-ion, 24-48V | Li-ion, 48V | LiFePO4, 24V | Li-ion, 18-36V | LiFePO4, 48V |
| Comms | 4G + WiFi | 4G + WiFi | WiFi | WiFi + BT | 4G + WiFi + mesh |
| Safety | Bumpers, e-stop | Bumpers, e-stop, lights | Bumpers, e-stop | Collision sensor | Bumpers, e-stop |
| Nav Stack | Visual SLAM + GPS | SLAM + patrol routes | SLAM + area plan | RTK + boundary | ROS + OutdoorNav |
| Payload | Cargo box | Camera mast + sensors | Brush deck + tanks | Cutting deck | Open top, modular |
| Hospitality | A → B waypoint | 2-5 mph | Tray/cargo 20-50 lbs | Indoor flat | 4 |
| Defense | Mixed | 5-25 mph | Sensor/weapon payload | All-terrain | 9 |
Precision spray boom (variable rate), multispectral + hyperspectral cameras, soil probes, sample collection. Row-following mode. Orchards, vineyards, high-value row crops.
Open flatbed (4×6 ft), 500 lb capacity, fold-down sides, tie-down grid. Optional dump mechanism. Material transport: construction sites, campuses, warehouses, event venues.
Seat, handlebars, foot pegs, rider display. Dual-mode: ride it there, send it back autonomous. The only product in the entire dataset with this capability. Zero competitors.
3-DOF robotic arm with end-effector mount, 4K zoom camera, gas sensors, thermal, ultrasonic thickness gauge. Facility inspection, meter reading, pipeline monitoring.
Dual-mode. No other platform in the dataset can be ridden by a human and then sent on an autonomous mission. This is the only product that is simultaneously a personal vehicle and an autonomous worker. Zero competitors have this capability.
Module-swappable. One base vehicle, unlimited applications. A campus buys one IM unit and swaps between security patrol (night), delivery (day), and lawn care (weekend) — 3× asset utilization vs. 3 single-purpose robots from 3 different vendors.
Over-specced for every vertical. 500 lb payload is 10× Starship, 5× Knightscope, 3× any cleaning robot. 20 mph is 4× sidewalk bots. 50-mile range exceeds every competitor. IP67 means it works in conditions that sideline most robots. By building the most capable base, every vertical becomes a software + module problem, not a re-engineering problem.
Price inversion. Base platform: $15-20K. Each module: $1-10K. Total system: $16-30K — comparable to a single-purpose robot from any competitor. But the customer gets a platform that serves unlimited verticals, not a single-function appliance.