PedestrianDynamics / jupedsim

JuPedSim is an open source pedestrian dynamics simulator
http://jupedsim.org
Other
38 stars 26 forks source link

Crash in Delaunay Triangulation with specific input geometry #1028

Closed Ozaq closed 1 year ago

Ozaq commented 1 year ago

The following geometry triggers a crash in DTriangulation.cpp:33

geometry.txt

Ozaq commented 1 year ago

J1_w0_0 and J1_w1_0 polygons in geometry.txt are CW oriented while the other polygons are CCW oriented. Creating a union from those polygons trips up CGAL.

To address this issue:

Ozaq commented 1 year ago

Should be fixed on SUMO-Integration