Re: [sumo-user] Why does vehicle start to use fuel when it is still standing on the lane?

2020-11-08 Thread Michael Behrisch
No, currently the model assumes zero emissions for coasting (negative acceleration) but not for standing. But this is of course a model assumption which is questionable for modern vehicles which switch off the engine at every junction. So it basically depends on your assumptions about the vehicle

Re: [sumo-user] Why does vehicle start to use fuel when it is still standing on the lane?

2020-11-05 Thread nohtyp
Hi, Will it be the same if i just set fuel and all other emissions to 0.0 if the vehicle's speed is 0.00 in this timestep in full output generated by sumo? Thanks -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing

Re: [sumo-user] Why does vehicle start to use fuel when it is still standing on the lane?

2020-11-03 Thread Michael Behrisch
Hi, the easiest workaround is probably to check the speed in every time step and use setPreviousSpeed to adapt it to 0 once it gets smaller than 0.001. Best regards, Michael Am 02.11.20 um 23:02 schrieb nohtyp: > Thanks for the reply. > Is there anyway I can workaround it with traci? > > Best

Re: [sumo-user] Why does vehicle start to use fuel when it is still standing on the lane?

2020-11-02 Thread nohtyp
Thanks for the reply. Is there anyway I can workaround it with traci? Best regards -- Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/ ___ sumo-user mailing list sumo-user@eclipse.org To unsubscribe from this list, visit

Re: [sumo-user] Why does vehicle start to use fuel when it is still standing on the lane?

2020-10-31 Thread Michael Behrisch
Hi Piotr, thanks for the scenario. The behavior has two different reasons, which are tracked in the tickets https://github.com/eclipse/sumo/issues/7733 and https://github.com/eclipse/sumo/issues/7734 The main thing is that the internal acceleration value is still less than 0 even if the printed

[sumo-user] Why does vehicle start to use fuel when it is still standing on the lane?

2020-10-21 Thread nohtyp
I created simulation with tls intersection. scenario.zip In scenario.zip you can find sumo config files + plots + output generated by sumo-gui (simple.out.xml) See tls_vehicle_1_motion.png and