Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Default speed mode value used in Sumo

Hello,
the default speed mode is 31. Please check whether the vehicles have
already reached their maximum desired speed (speedLimit * speedFactor).
Also, remove any previous setSpeed() commands by sending
traci.vehicle.setSpeed(vehID, -1).
Furthermore, ensure that the maximum allowed acceleration value of the
vehicle type is positive.
regards,
Jakob

2017-10-20 7:26 GMT+02:00 Santa Maiti <smaiti@xxxxxxxxxxxxxxxxxxxxxx>:

> Hi Jacob,
>
> Could you please tell me what is the default speed mode value used in
> Sumo, where the vehicles speed up if the lane is free? I thought it's 31.
> In my simulation, I first made the speed mode as 0 that makes all checks
> off. In next simulation step when I'm resetting the speed mode in 31, the
> vehicles are moving at constant speed. They are not accelerating even if
> the lane is empty. I'm working in traci-matlab.
>
> Thanks in advance,
> Santa
>
> --
> Santa Maiti,
> Ph.D Student,
> Geomatics, Department of Infrastructure Engineering,
> University of Melbourne.
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user


Back to the top