We need to implement hysteresis with a variable threshold in camsel.py for camera selection.
Expected behaviour: specify a threshold on the command line, and the best view only switches if another camera's coverage performance is greater than the current camera's coverage performance plus the threshold.
We need to implement hysteresis with a variable threshold in
camsel.py
for camera selection.Expected behaviour: specify a threshold on the command line, and the best view only switches if another camera's coverage performance is greater than the current camera's coverage performance plus the threshold.