Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] minGap in GUI

traci.vehicle.add('vehicle_11','route_0','vType_1')
 traci.vehicle.setSpeed('vehicle_11',30)
traci.vehicle.setMinGap('vehicle_11', 0.1)
The leading vehicle is passenger and the follower car is emergency/delivery.

On Thu, Apr 29, 2021 at 7:25 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
>
> what is the exact traci call that you used?
>
> Am Do., 29. Apr. 2021 um 16:28 Uhr schrieb ali mirzaei <alimrz222@xxxxxxxxx>:
>>
>> Hi everyone,
>> I want to know why the minGap doesn't change in GUI even after
>> changing it to 0.1 and so on in setMinGap(self, vehID, minGap). It is
>> necessary to say that my car-following model is "Krauss".
>>
>> Regards,
>> Ali
>> _______________________________________________
>> sumo-user mailing list
>> sumo-user@xxxxxxxxxxx
>> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
>
> _______________________________________________
> sumo-user mailing list
> sumo-user@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top