Consumes maliput_osm::osm::OSMManager and maliput_sparse::builder to construct a maliput::api::RoadGeometry.
Checklist
[x] Signed all commits for DCO
[x] Added tests
[ ] Added example and/or tutorial
[ ] 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.
🎉 New feature
Related to https://github.com/maliput/maliput_osm/issues/8
Goes on top of #7
Summary
Consumes
maliput_osm::osm::OSMManager
andmaliput_sparse::builder
to construct amaliput::api::RoadGeometry
.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.