FoundryNet / OEMs / 6 River Systems

AUTONOMOUS MOBILE ROBOT · TELEMETRY NORMALIZATION

6 River Systems telemetry normalization: connect your 6 River Systems equipment to any AI agent

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

Forge turns raw 6 River Systems 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 6 River Systems 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 6 River Systems equipment communicates over HTTP / REST, ROS 2 (DDS). 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 6 River Systems AMR

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

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

Field coverage

What Forge normalizes for 6 River Systems

Confirmed canonical fields your agent gets from 6 River Systems 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 6 River Systems to your agent with one call

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

claude mcp add --transport http forge https://mcp.foundrynet.io/mcp --header 'Authorization: Bearer YOUR_API_KEY'
# normalize raw 6 River Systems 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": "6"}'
{"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 →