File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ The data is published as a `statistics_msg/msg/MetricsMessage
6060at a configurable period (default 1 second) to a configurable topic (default ``/statistics ``).
6161Note that the publishing period also serves as the sample collection window period.
6262
63- Since received message period requires a message timestamp in a header field, empty data is published
64- if no timestamp is found.
65- This behavior avoids the absence of a signal problem and is meant to explicitly show that a measurement
66- could not be made.
63+ Since received message period requires a message timestamp in a header field, empty data is published.
64+ That is, all statistics values are NaN if no timestamp is found.
65+ Publishing NaN values instead of not publishing at all avoids the absence of a signal problem and is
66+ meant to explicitly show that a measurement could not be made.
6767
6868The first sample of each window for the received message period statistic does not yield a measurement.
6969This is because calculating this statistic requires knowing the time the previous
You can’t perform that action at this time.
0 commit comments