-
Notifications
You must be signed in to change notification settings - Fork 14
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
custom road network #119
custom road network #119
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
smooth. just a comment on a deleted test, but i think this all looks swell.
@nreinicke hey, actually, should an init function be also allowed to update the Environment? edit: for example, if a user wanted to inject their own custom mechatronics function |
Yes, good point on the modification of the environment, I just added that in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥃
Updates how we initialize a simulation to support injection of a custom road network at the highest level.
Now, an extension to the core library could call
run_sim()
and pass a set of custom initialization functions.