Interpolator asserts on arc length are too strict

Issue #118 resolved
Agustin Alba Chicar created an issue

In this line we are making an assertion to avoid computing any interpolation when the _s parameter exceeds the value of the arc length. However, due to floating point errors, we are receiving numbers very similar to the maximum, with a difference in the order of 10^-6. So, we should get a comparison in terms of the resolution we can achieve because <= is not enough.

Comments (4)

  1. Log in to comment