opensensorhub / osh-core

OpenSensorHub Core Modules
http://docs.opensensorhub.org
Mozilla Public License 2.0
32 stars 16 forks source link

Processes should await availability of inputs before initialization and execution #208

Closed nickgaray closed 2 years ago

nickgaray commented 2 years ago

A process module should await the registration, initialization, and start of a StreamDataSource - i.e. the input if it is another OSH module such as a driver. If I have the driver and process modules auto start, I get an error in the process stating the driver with given uid (set correctly in process xml document) could not be found.

alexrobin commented 2 years ago

Fixed in 11a2041c