frank94
frank94

Reputation: 1

Is it possible to change the timestep of SUMO output?

I am using SUMO to generate a network from openstreetmaps. I am interested on observing my results of vehicle positions in smaller timestep than 1 second, but for example 0.5 second. Is it possible to do this change?

Upvotes: 0

Views: 181

Answers (1)

Michael
Michael

Reputation: 3680

Yes. Simply call sumo with the step-length option set to your desired value: sumo --step-length 0.5 in your case. See the docs for more options

Upvotes: 1

Related Questions