Update Maliput API with new types

Issue #136 resolved
Agustin Alba Chicar created an issue

LanePositionAPI was moved to stop being a structure but to hold an Eigen Vector and start being a class. This affects the code inside Lane as we use it all over the private API.

This is a first change as part of a bigger one. The parent issue is:

Current child PRs:

Comments (13)

  1. Agustin Alba Chicar reporter

    Changed code to pass the tests for the changes introduced in #5997. #6009 is not merged yet.

  2. Agustin Alba Chicar reporter

    New PR has been updated --> when it's closed we need to update our code with it.

  3. Agustin Alba Chicar reporter

    This was set on-hold so we are going to move on the implementation. If there is a new change on the API, we will raise an issue to solve it.

  4. Log in to comment