mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-15 17:12:59 -04:00
slop
This commit is contained in:
@@ -177,6 +177,22 @@ kinect:
|
||||
# camera cache; it only gates browser-requested broadcasts.
|
||||
captureCooldownMs: 10000
|
||||
|
||||
balanceBoard:
|
||||
enabled: false
|
||||
# A load must reach this weight before stability timing begins. Keeping the
|
||||
# threshold above sensor drift prevents an empty board from capturing itself.
|
||||
minimumWeightKg: 1
|
||||
# Capture happens automatically after the total weight remains inside the
|
||||
# tolerance window for this long.
|
||||
stableDurationMs: 1500
|
||||
stableToleranceKg: 0.15
|
||||
# After a captured rover leaves, readings below this threshold reset the
|
||||
# station for its next visitor.
|
||||
exitWeightKg: 0.35
|
||||
# Disconnect an empty board to conserve batteries. Set to 0 to leave the HID
|
||||
# connection open until the board turns itself off.
|
||||
disconnectWhenEmptyMs: 30000
|
||||
|
||||
buttonBox:
|
||||
enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user