Closed francocipollone closed 2 years ago
Set Up:
maliput_osm
I ran into the following error while traversing the lanes with a rail car agent.
ERROR: Failure at /home/franco/maliput_ws_focal/src/maliput_sparse/src/geometry/utility/geometry.cc:317 in GetBoundPointsAtP(): condition 'p <= line_string.length()' failed
We should gracefully deal with numerical comparisons.
I'd like to move OpenRangeValidator from maliput_malidrive to maliput::common and use it in maliput_sparse also. wdyt @agalbachicar about moving OpenRangeValidator up to maliput ?
SGTM
Summary
Set Up:
maliput_osm
I ran into the following error while traversing the lanes with a rail car agent.
We should gracefully deal with numerical comparisons.