You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I assume the '-p' option of sensord is there to read data from a file. This data can be used instead of data from sensors.
I would welcome this feature very much because it would help me understand and debug sensord, even if I don't have real sensors connected to the platform I'm debugging on.
One other important benefit of a data replay is to create a repeatable and well defined set of inputs to sensord. This would help analyzing the filters and the functionality in general. Machine generated replay data can be thrown at sensord to see if the expected output is produced.
The issue here: it seems as if the functionality to replay from file got lost. At least it still wants sensors to be connected to do the replay. Is this a reasonable limitation? I think replay should not need sensors at all.
The text was updated successfully, but these errors were encountered:
It replays the sensordata.log which @iglesiasmarianod provided the other day. However, it doesn't get the POV,E, values right. But that's a different issue.
It addresses the NMEA Sentence Structure requirements raised by @moser .
I can make it a PR if @linuxianer99 wants. At least we have a stable basis for further improvements.
I assume the '-p' option of sensord is there to read data from a file. This data can be used instead of data from sensors.
I would welcome this feature very much because it would help me understand and debug sensord, even if I don't have real sensors connected to the platform I'm debugging on.
One other important benefit of a data replay is to create a repeatable and well defined set of inputs to sensord. This would help analyzing the filters and the functionality in general. Machine generated replay data can be thrown at sensord to see if the expected output is produced.
The issue here: it seems as if the functionality to replay from file got lost. At least it still wants sensors to be connected to do the replay. Is this a reasonable limitation? I think replay should not need sensors at all.
The text was updated successfully, but these errors were encountered: