Line smoothing

Issue #13 resolved
Agustin Alba Chicar created an issue

Add line smoothing to the roads with some kind of interpolation like Bezier lines or Splines

Comments (7)

  1. Agustin Alba Chicar reporter

    @JChoclin, to sum up the research, here it is. Splines are deprecated in the next release of Gazebo in favour of Ignition Splines. Both expose a similar interface and we can use it inside the RoadCreator class its functionality. We can use some arguments to dynamically set if we want to use the interpolation and the resolution to use.

  2. Log in to comment