FoundryNet / OEMs / Fetch Robotics

AUTONOMOUS MOBILE ROBOT · TELEMETRY NORMALIZATION

Fetch Robotics telemetry normalization: connect your Fetch Robotics equipment to any AI agent

16,908 confirmed mappings·18 OEM families·14 protocols·91% field coverage

Forge turns raw Fetch Robotics tags into one clean, governed schema your AI agent already understands. One MCP call, no per-AMR integration project.

Try it free: 3 machines, no credit card → See the full demo →

The problem

Why Fetch Robotics data is hard to integrate

Fleet state (battery, pose, velocity, e-stop) is published over ROS 2 topics or a proprietary REST fleet API, and no two vendors agree on the topic names.

Typical Fetch Robotics equipment communicates over ROS 2 (DDS), HTTP / REST. Each firmware revision, model line and integrator names the same physical quantity differently, so every AI or analytics project pays the integration tax again, the tax that cancels 40% of industrial AI deployments before they ship.


The solution

One universal schema for every Fetch Robotics AMR

Forge normalizes Fetch Robotics telemetry into Forge's canonical field set, the same 366 canonical fields used across all 18 manufacturers. Point Forge at the AMR, pass oem: "fetch", and spindle speed is spindle_speed_rpm whether it came from a Fetch Robotics controller or anything else on the floor.

ROS 2 (DDS)HTTP / REST
91%Field coverage
10Canonical autonomous mobile robot fields
16,908Corpus mappings

Field coverage

What Forge normalizes for Fetch Robotics

Confirmed canonical fields your agent gets from Fetch Robotics AMRs, drawn from Forge's 16,908-mapping corpus:

amr.battery.chargeamr.battery.voltageamr.battery.chargingamr.position.xamr.position.yamr.position.thetaamr.velocity.linearamr.velocity.angularamr.operating_modeamr.safety.estop

Sample normalization

Raw tag inCanonical field outMeaning
battery_pct: 76amr.battery.charge: 76battery %
pose_x: 5.2amr.position.x: 5.2pose X
lin_vel: 0.9amr.velocity.linear: 0.9linear velocity
mode: "MOVING"amr.operating_mode: "MOVING"operating mode

30-second deployment

Add Fetch Robotics to your agent with one call

No SDK, no per-tag mapping, no historian project. Connect the MCP server and normalize live Fetch Robotics data:

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# normalize raw Fetch Robotics telemetry into the universal schema
curl -s https://forge.foundrynet.io/v1/normalize \
  -H 'Content-Type: application/json' \
  -d '{"data": {"battery_pct": 76, "pose_x": 5.2, "lin_vel": 0.9}, "oem": "fetch"}'
{"amr.battery.charge": 76, "amr.position.x": 5.2, "amr.velocity.linear": 0.9, "coverage": "100%", "confidence": 0.97}

Unknown tags never get force-mapped. Fields below the confidence floor abstain rather than guess, so your agent never acts on a bad reading.

Start free: Forge Connect, 3 machines → See the full demo →