An autonomous robot should not have only two public states: working and dead. When camera, lidar, IMU, or actuator feedback disagree, a standardized, user-visible degraded mode could mean slower speed, a smaller permitted route, fewer tasks, or a controlled retreat—if the application’s risk assessment says continuing is safer than stopping. In a warehouse that may preserve a safe aisle crossing; in a hospital or public space it may instead mean tighter supervision or immediate standstill.
Standards already distinguish responses such as speed limiting, force limiting, protective stops, and monitored standstill, but I don’t see a cross-domain requirement for one shared user-facing taxonomy. Who defines acceptable fallback behavior? How does the robot communicate uncertainty to nearby people and a remote operator? And what gets logged—sensor confidence, disagreement duration, mode changes, commands, actuator feedback—for diagnosis?
I distrust a generic “obstacle detected” when the real issue is sensor conflict. Would you trust explicit degraded-mode behavior more than an automatic emergency stop? Share deployment examples or counterarguments.