Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] [Sumo-User] remove the step and warning details in sumo

Thanx it worked,



Regards,
Pratik Dutta
Mob: 8017342498


On Sun, Jul 21, 2019 at 10:21 PM Mirko Barthauer <m.barthauer@xxxxxxxxxxx> wrote:

From the documentation, it seems that every command line argument is followed by a value. This includes no-step-log:

traci.start(["sumo", "-c", "test.sumocfg", "--no-step-log", "true", "-W", "FILEPATH",  "--duration-log.disable"],label="master")

I explicitly set it like this in my own script at it omits the step output.

Mirko

Am 21.07.2019 um 18:37 schrieb Pratik Dutta:
Hello everyone!!!
I am using sumo instead of sumo-gui with traci.
i am getting these information like
Loading configuration... done.
Step #0.00 (1ms ~= 1000.00*RT, ~1000.00UPS, TraCI: 177ms, vehicles TOT 1 ACT 1 BUF 0)    
Step #1.00 (33ms ~= 30.30*RT, ~60.61UPS, TraCI: 75ms, vehicles TOT 2 ACT 2 BUF 0)        
Step #2.00 (1ms ~= 1000.00*RT, ~3000.00UPS, TraCI: 0ms, vehicles TOT 3 ACT 3 BUF 0)      
Step #3.00 (1ms ~= 1000.00*RT, ~4000.00UPS, TraCI: 0ms, vehicles TOT 4 ACT 4 BUF 0)
...
...
Step #63.00Warning: Vehicle 'v43' performs emergency braking with decel=-9.00 wished=4.50 severity=1.00, time=63.00.
 (15ms ~= 66.67*RT, ~4066.67UPS, TraCI: 1ms, vehicles TOT 64 ACT 61 BUF 0)    
Step #64.

I dont want these information, So what settings to be used?

presently i am using..
traci.start(["sumo", "-c", "test.sumocfg", --no-step-log -W --duration-log.disable"],label="master")



Regards,
Pratik Dutta
Mob: 8017342498

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top