riebl / artery

OMNeT++ V2X simulation framework for ETSI ITS-G5
GNU General Public License v2.0
203 stars 131 forks source link

Envmod: don't add origin point to polygon when creating a sensor cone with a field of view of 360 degrees #176

Closed hagau closed 3 years ago

hagau commented 3 years ago

Sensors with a field of view of 360 degrees result in a cone polygon that has a spike and will fail validation when using PreselectionRtree. The trivial fix is not adding the origin point.

hagau commented 3 years ago

I've just seen that this is already covered in #141. I'm closing this since that PR takes precedence :slightly_smiling_face: