-
Notifications
You must be signed in to change notification settings - Fork 0
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
Use plugin architecture for loading the backends #105
Comments
This will require removing the particular gflags for each maliput backend. As they are loaded in runtime, any user should be able to use their own maliput backend implementation. For loading the parameters we could pass a yaml, similarly to what we do with the
wdyt? @agalbachicar |
I think we should have examples that show how to avoid the plugin infrastructure as well. |
I am OK with this. |
Summary
Maliput provides a plugin architecture for loading RoadNetworks using different backends.
Victory Condition
Remove build dependency on maliput_dragway, maliput_multilane and maliput_maldirive and load them as a plugin.
Examples
It is already being used in
delphyne
. See andmaliput_viz
The text was updated successfully, but these errors were encountered: