Skip to content

Commit e2d050f

Browse files
Andrew YeatsAndrew Yeats
authored andcommitted
docs: mark fault 2 hw-confirmed (bumper held during commanded motion)
1 parent fb23ede commit e2d050f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roborock/data/b01_q10/b01_q10_code_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ class YXFault(RoborockModeEnum):
306306
UNKNOWN = "unknown", -1
307307
NONE = "none", 0
308308
LIDAR_BLOCKED = "lidar_blocked", 1
309-
BUMPER_STUCK = "bumper_stuck", 2
309+
BUMPER_STUCK = "bumper_stuck", 2 # hw-confirmed (bumper held in during commanded motion)
310310
ROBOT_SUSPENDED = "robot_suspended", 3 # hw-confirmed (wheels lifted off the floor mid-task)
311311
CLIFF_SENSOR_ERROR = "cliff_sensor_error", 4 # hw-confirmed (one side lifted mid-task)
312312
MAIN_BRUSH_STUCK = "main_brush_stuck", 5 # hw-confirmed (two physical brush jams)

0 commit comments

Comments
 (0)