OpenSimulationInterface / open-simulation-interface

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

feat: Add virtual detection area #781

Closed jruebsam closed 3 months ago

jruebsam commented 4 months ago

#### Reference to a related issue in the repository 733

Add a description

see Issue

Take this checklist as orientation for yourself, if this PR is ready for the Change Control Board:

thempen commented 4 months ago

Other Models & Harmonization Group:

pmai commented 3 months ago

CCB 2024-03-25: Merge with suggested changes.

jdsika commented 2 months ago

@pmai We have the base_polygon. We should have defined this at the time?

//
// \brief Polygon in 2 dimensions
//
// A polygon in 2 dimensions which contains a list of vertices.
//
message Polygon2d
{
    // A list of vertices
    //
    repeated Vector2d vertex = 1;
}

Reviewed for v3.7.0