Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically fill up the branchpoints based on the start and end points of the lanes #33

Open
francocipollone opened this issue Oct 19, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@francocipollone
Copy link
Contributor

Context

The user is expected to provide the connections between the lanes using the builder api for that.

...
          .StartBranchPoints()
              .Connect(kLaneAId, finish, kLaneBId, start)
              .Connect(kLaneAId, finish, kLaneCId, start)
              .Connect(kLaneAId, finish, kLaneDId, start)
          .EndBranchPoints()
...

Request

User should:

  • A: Manually add the connections
  • B: Let the builder automatically find connections and fill up branchpoints.

A and B should be mutually exclusive

@francocipollone francocipollone added the enhancement New feature or request label Oct 19, 2022
@francocipollone francocipollone moved this from 🆕 Inbox to 📋 ToDo in Maliput - Core development Oct 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 📋 ToDo
Development

No branches or pull requests

1 participant