scenic.simulators.newtonian.simulator
Newtonian simulator implementation.
Summary of Module Members
Classes
Implementation of |
|
Implementation of |
Member Details
- class NewtonianSimulator(network=None, render=False, debug_render=False, export_gif=False)[source]
Bases:
DrivingSimulator
Implementation of
Simulator
for the Newtonian simulator.- Parameters:
Changed in version 3.0: The timestep argument is removed: it can be specified when calling
simulate
instead. The default timestep for the Newtonian simulator when not otherwise specified is still 0.1 seconds.
- class NewtonianSimulation(scene, network, render, export_gif, debug_render, timestep, **kwargs)[source]
Bases:
DrivingSimulation
Implementation of
Simulation
for the Newtonian simulator.