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

DetectionClassification missing from class documentation #734

Open ClemensLinnhoff opened 1 year ago

ClemensLinnhoff commented 1 year ago

Describe the bug

In the FeatureData sensor detection class documentation, the definition of DetectionClassification is missing. See here for radar, but it is the same for the other sensor technologies. It is however defined in the corresponding proto file, so I guess it is mainly a documentation bug.

Describe the expected behavior

I would expect the enum DetectionClassification to be linked and shown on the documentation page. In the screenshot below, you can see that the Identifier type is a link, but the DetectionClassification is not.

Show some screenshots

image

Describe the OS you are using