New "Digital Rulebook" Makes Robots Follow a Building's Safety Rules
Your workplace could soon tell delivery robots to slow down — automatically.
Robots are already moving through warehouses, hospitals, and campuses. But every workplace has different rules: slow down in busy corridors, stay out of loading docks, do not enter after hours. Right now those rules are usually hard-coded by each robot maker, making them rigid and hard to audit. The new release of PlaceAuth/SPP, called v0.3.0, is trying to create a shared "digital rulebook" that any robot and any building can use.
Here's the simple idea: a place publishes what it requires from robots. A robot carries proof that it meets those requirements. The protocol checks that proof and gives the robot an "operating profile" matched to the space — for example, a slower speed limit or permission to make deliveries. The latest version adds important practical pieces: signed Place Packages (like digital permits), versioned rules so a facility can update policies without breaking every robot, and machine-readable decision records, so you can later see why a robot acted the way it did.
The developer didn't just theorize. In a test using the Nav2 navigation stack, a place-triggered rule changed a robot's commanded speed from 1.0 meters per second to 0.5 meters per second while it was following a path. In another test using the Open-RMF fleet system, a robot with an "admitted" profile got its delivery proposal accepted, while a "denied" robot was blocked from bidding on the delivery. That is a concrete sign that space-based rules can actually control real robot behavior.
The project is still experimental, and the author is inviting criticism, especially about trust: who is qualified to certify a robot, and how do you prevent fake permits? If these questions get answered, the payoff is big. Instead of every robot company inventing its own safety rules, buildings can rely on a common standard. That means safer interactions between robots and people — and clearer answers when something goes wrong.
- The new protocol lets a room or building set digital rules for any robot entering it, such as slower speeds or no-delivery zones.
- Real-world tests showed a robot automatically slowing from 1.0 m/s to 0.5 m/s, and another being blocked from a delivery request when denied access.
- It creates a clear record of why a robot did what it did, helping with safety audits and accountability.
Why It Matters
Robots will share more spaces with people; this makes it practical to set, enforce, and audit safety rules.