Maliput implementation of spline

Issue #110 resolved
Agustin Alba Chicar created an issue

Make a one-way road implementation in Maliput that uses a road that follows a spline.

Use ignition::math for the spline interpolation. We need to understand #109 first to implement it.

Comments (10)

  1. Agustin Alba Chicar reporter

    At the moment we got a hardcoded spline and a car moving over it. I'm using ignition::math::Splines code to interpolate and fit the curve to those points.

  2. Agustin Alba Chicar reporter

    Solved the problem with the road rendering (due to OBJ generation and environment for Director) and other issues regarding the orientation and support for 'r' coordinate.

    a.png

    Here the control points have been created over the z=0 plane and using a spiral equation which linearly increases its radius 10 meters each 30 degrees. Samples are taken each 30 degrees and the interpolation is made with ignition::math::Spline.

  3. Agustin Alba Chicar reporter

    @andres_fortier do you agree in closing this issue? We are currently tracking more specific things regarding splines and the main goal of this one was obtained.

  4. Log in to comment