You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the robot has no bumper the automation_watch will throw an
assertion as you can see in Issue #240. There are Fieldfriends that do
not have bumpers at all. That is why we need an appropriate handling of
it in the automation_watch. We would like to log a warning in case a
robot with bumpers has an error or disconnected bumpers but beside that
we just deactivate the bumper watcher.
When a fieldfriend without a bumper is used, there will be following error
This is due to the check in
field_friend/field_friend/automations/automation_watcher.py
Line 90 in 3409ff2
We should rewrite it so we can have fieldfreinds without bumper.
The text was updated successfully, but these errors were encountered: