OpenSimulationInterface / open-simulation-interface

A generic interface for the environmental perception of automated driving functions in virtual scenarios.
Other
267 stars 125 forks source link

FeatureData top-level message/missing timestamp #771

Closed thomassedlmayer closed 5 months ago

thomassedlmayer commented 7 months ago

FeatureData is listed as top level message in the documentation. Though, it does not contain a timestamp field to tell when the message was sent within the simulation. It may have been accidently documented-

This should probably be fixed by either reverting the statement that FeatureData is a top level message or by adding the timestamp.

Related to #392