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:
DrivingSimulatorImplementation of
Simulatorfor the Newtonian simulator.- Parameters:
Changed in version 3.0: The timestep argument is removed: it can be specified when calling
simulateinstead. 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:
DrivingSimulationImplementation of
Simulationfor the Newtonian simulator.