-
Notifications
You must be signed in to change notification settings - Fork 129
SensorViewConfiguration missing timestamp #392
Copy link
Copy link
Open
Labels
BugProblems in the build system, build scripts, etc or faults in the interface.Problems in the build system, build scripts, etc or faults in the interface.SensorModelingThe Group in the ASAM development project working on sensor modeling topics.The Group in the ASAM development project working on sensor modeling topics.
Metadata
Metadata
Assignees
Labels
BugProblems in the build system, build scripts, etc or faults in the interface.Problems in the build system, build scripts, etc or faults in the interface.SensorModelingThe Group in the ASAM development project working on sensor modeling topics.The Group in the ASAM development project working on sensor modeling topics.
Type
Projects
Status
Dismissed
Describe the bug
There is a disconnect between the documentation and the implementation with regards Top-Level Messages and
SensorViewConfiguration.Describe how to reproduce the bug
The interface conventions documentation states that all top level messages require an interface as the first field and a timestamp as the second. It also explicitly mentions
SensorViewConfigurationas one such example of a top level message.The definition of a
SensorViewConfigurationincludes an interface version but does not include a timestamp.Describe the expected behavior
The expected fix depends on the desired behaviour:
SensorViewConfigurationis an exception to the top level rule then I would expect the documentation to be updated, and a comment added inline by the message definition.