Skip to content

guard against inacessible motors

Stuart Fisher requested to merge fix/guard-broken-motors into master

If some types of motor are inaccessible in bliss they return None for state (should be a list [state1, state2, ...]) and limits (should be a list [x,y]) => crashes all of daiquiri.

Edited by Stuart Fisher

Merge request reports