Apparently IMU (may be other sensors as well) outputs data before simulation is properly initialized, e.g., I see this in linear accelerations:
z: -1.7763568394002505e-15
z: -1.7763568394002505e-15
z: -1.7763568394002505e-15
z: -1.7763568394002505e-15
z: 808.1787561478695
z: 9.7989163952117
z: 9.798916361883988
z: 9.79891636183127
z: 9.798916361782853
I've played with always_on flag, but it doesnt seem to have any effect.
Such behaviour may have negative impact on some applications, e.g., state estimators, so it would be nice to delay publication until simulation is fully initialized.
Apparently IMU (may be other sensors as well) outputs data before simulation is properly initialized, e.g., I see this in linear accelerations:
I've played with
always_onflag, but it doesnt seem to have any effect.Such behaviour may have negative impact on some applications, e.g., state estimators, so it would be nice to delay publication until simulation is fully initialized.