FoundryNet / Fields / amr.battery.charge
Canonical field reference

amr.battery.charge

State of charge for an autonomous mobile robot, as a percentage. Bounded 0 to 100, which catches the common case of a source reporting a 0-to-1 fraction that would otherwise render as a permanently flat battery.

8OEMs / profiles mapped
8distinct raw spellings
6corpus source tags
1.00match confidence
Get an API key All canonical fields

Vendor tag table

How 8 vendors spell amr.battery.charge

Each of these is a real tag as the device or controller emits it, taken from the Forge mapping corpus. This is the table that does not exist anywhere else — the reason cross-vendor telemetry is hard is visible in a single column.

OEM / profileRaw tag as the device emits itConfidence
6 River Systemsbattery_pct1.00
AGILOXbattery_pct1.00
Fetch Roboticsbattery_pct1.00
Geek+ (Geekplus)battery_pct1.00
Locus Roboticsbattery_pct1.00
MiR (Mobile Industrial Robots)/robot_status/battery_percentage1.00
OTTO Motorsbattery_soc1.00
Omron AMR (LD/HD)battery_pct1.00

Every row above is an exact match — a deterministic pack entry or a confirmed corpus mapping — so all of them carry confidence 1.00. That is not a rounding: these are the two exact-match layers, and a tag that resolves here never reaches the embedding or LLM layers. Mappings resolved by the LLM layer do carry sub-1.0 confidence, but those are per-tenant and are not published here.


Unit contract

What Forge guarantees about the value

The canonical field is not just a name. It is a contract about units, sign convention and plausible range, enforced on the way in and re-checked at read time.

SI / canonical unit%
Accepted input units%
Physics bounds0 to 100 %
Measurement typeinstantaneous
Distinct source tags in the corpus6

Normalization

Raw tag in, canonical field out

# 6 River Systems emits its own spelling; Forge returns the canonical field
curl -s -X POST https://forge.foundrynet.io/v1/normalize \
-H "Authorization: Bearer $FORGE_KEY" \
-H "Content-Type: application/json" \
-d '{"data": {"battery_pct": 0}, "oem": "6-river"}'
{ "normalized": { "amr.battery.charge": 0 }, "match_type": "deterministic", "confidence": 1.0 }

No mapping table to maintain, and no per-vendor branch in your code. The same request shape works for every OEM in the table above.

# Same thing with no key and no account — the sandbox ships the packs
docker run -p 8000:8000 ghcr.io/foundrynet/forge-sandbox

Where this field appears

Protocols

Transports this field is carried on in the corpus.

HTTP / REST ROS 2 (DDS)

OEMs that map this field

MiR (Mobile Industrial Robots) OTTO Motors Fetch Robotics Locus Robotics Geek+ (Geekplus) 6 River Systems AGILOX Omron AMR (LD/HD)
Every one of these tag names is someone’s integration project. The Machine Agent, weekly. Read it →
Get the thesis behind this infrastructure — The Machine Agent, weekly.