maliput / maliput_malidrive

Open-source ready OpenDrive backend for Maliput
BSD 3-Clause "New" or "Revised" License
0 stars 2 forks source link

Implements SpiralGroundCurve::GInverse(). #271

Closed agalbachicar closed 5 months ago

agalbachicar commented 8 months ago

🎉 New feature

Part of #265 Goes on top of #270

Summary

Implements GInverse(). Tested against the normalized spiral. With htis PR the curve implementation is complete and validated against the normalized spiral. Future PRs will work on non-normalized spirals.

Test it

Via unit tests.

Checklist

Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.

agalbachicar commented 5 months ago

Declining in favor of a new implementation.