Mainly in setups with a higher number of sensors, we have observed that sometimes autoware's containers (the ones that include nebula) die during startup, usually in the constructor.
Due to how ROS loads containers as libraries sequentially, I believe we should wait until ROS has finished its setup before starting the driver's streams.
This may be related to #181
@drwnz @mojomex