Closed
Description
Virtual Detection Area
Currently it is not possible from a SensorData message to get an understanding
what the current area of observation of a sensor model is.
I would like to have some kind of message, lets say a Virtual Detection Area
which describes in which kind of FOV the current sensor models operates.
This could be a simble generic message which contains a repeated list of points, e.g.
Solution
message VirtualDetectionArea
{
// List of points of the boundary of the detection area sorted counter-clockwise
// relative to sensor mounting position, projected onto ground surface
repeated Vector2d boundary_point = 1;
}
Since this message is related to the output of a sensor model I would like to add this to the SensorData message.
Also this would be important for our current usecase, which is focused on visualization of SensorData messages.