Is it a mistake that flyManipVac doesn't seem to be used in any of the commonFlyTasks.py functions? I would have thought something like homeWithdraw or arenaWithdraw would need it.
Is that output enabled by default or something (and just left on)? It is explicitly turned on, where I'd expect, in Examples/PlateLoad.py and Examples/FlyPick1.py.
Another point of confusion: the way I understood the housing module, it wouldn't need smallPartManipVac to be used to unload a fly. So why is that vacuum pin turned on in homeWithdraw?
Is it a mistake that
flyManipVacdoesn't seem to be used in any of thecommonFlyTasks.pyfunctions? I would have thought something likehomeWithdraworarenaWithdrawwould need it.Is that output enabled by default or something (and just left on)? It is explicitly turned on, where I'd expect, in
Examples/PlateLoad.pyandExamples/FlyPick1.py.Another point of confusion: the way I understood the housing module, it wouldn't need
smallPartManipVacto be used to unload a fly. So why is that vacuum pin turned on inhomeWithdraw?