-
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
Python Layer #180
Comments
@basicNew I just worked through this with @clalancette. Please rant/improve it with your recommendations :) |
Weekly update: Got a first working version of realtime factor configuration in the core (c++) classes and python bindings. There is an issue though with dynamically changing it while the sim is running (see video). Some options:
|
Weekly update:
|
Weekly update: All the items under Simulator are covered. Below is a description of the demos showing them:
Currently working on the dragway demo. Have an initial implementation working, including a python example. |
+1, will do. And yw, happy to help :). |
Looking good. Transferred remaining jobs to the Final M2 meta: #378. |
This is a meta-issue identifying the tasks required for Milestone #2. Some more detailed notetaking here.
Scenarios as a python script which is responsible for instantiating and configuring the simulator, agents, callback and evaluation functions, as well as ultimately starting and stepping through the simulation.
Simulator
Be able to instantiate the simulator with options so that the same script can be used in both interactive and CI modes.
Road Network
Agents
Dynamic Scripting
vehicle collision notification and abort out of the simulation loop, exit with failure(moved to Collision Detection #372)Infra
STATIC
[Simulation Runner still STATIC #341]Switch to python3, Switch to using python3 #158(moved to Collision Detection #372)Documentation
python_bindings.cc
)Demo Goal
One parked car (external), one simple car that collides into the parked car, aborts simulation(moved to Collision Detection #372)Priorities
From least to highest
Risks
The text was updated successfully, but these errors were encountered: