When parsing the osm for finding predecessors and successors lanes, the lanes that don't match in the direction are discarded.
Checklist
[x] Signed all commits for DCO
[x] Added tests
[ ] Updated documentation (as needed)
[ ] Updated migration guide (as needed)
[ ] Consider updating Python bindings (if it affects the public API)
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining Signed-off-by messages.
🦟 Bug fix
Related to #38
Summary
Fixes bug found at #38. Relies on https://github.com/maliput/maliput_osm/pull/33
Implementation
When parsing the osm for finding predecessors and successors lanes, the lanes that don't match in the direction are discarded.
Checklist
Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.