maliput / maliput/maliput_malidrive

Allow predecessor / successor inconsistencies in permissive mode

Open
#65 11 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
4
Forks
3
PR merge metrics
No merged PRs in 30d

Description

RoadRunner may export .xodr maps with successor / predecessor inconsistencies. Currently, the builder will crash with the following error:

terminate called after throwing an instance of 'maliput::common::assertion_error'
  what():  db_manager.cc:VerifyLinkingIsReciprocal:430: JunctionId: 106 is different from -1

See this Slack post. Let's allow for this type of inconsistency when the builder is set to permissive mode.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file or test is named. Start by locating the builder's permissive-mode handling and VerifyLinkingIsReciprocal in db_manager.cc, then reproduce the reported successor/predecessor inconsistency. Done means permissive mode builds the map without this assertion while strict-mode validation remains intact.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.