Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sensors/Actuators cannot be queried until an experiment is started #91

Open
szmoore opened this issue Nov 8, 2013 · 0 comments
Open

Comments

@szmoore
Copy link
Owner

szmoore commented Nov 8, 2013

ie: You cannot use the "identify" module to ask what sensors/actuators are available, because the arrays of devices are not populated.

This is because the arrays are populated at the same time the devices are initialised.
It can be fixed simply by populating the arrays at the start of the program instead of the start of each experiment. Devices should still be initialised/deinitialised at the start/end of experiments as they are currently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant