Closed rhaschke closed 4 months ago
When min_distance == max_distance > 0.0, the minimal distance might be missed due to numerical errors. To avoid this, deactivate minimal distance check and run the full distance as given by max_distance. Fixes #586. @captain-yoshi, please review.
When min_distance == max_distance > 0.0, the minimal distance might be missed due to numerical errors. To avoid this, deactivate minimal distance check and run the full distance as given by max_distance. Fixes #586. @captain-yoshi, please review.