Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Unexpected behavior of slowDown() function

when calling slowDown(vehID, v, d), at time t, the speed v should be maintained until t + d. Afterwards, the vehicle should return to it's default speed behavior.

Am Fr., 6. Sept. 2019 um 10:15 Uhr schrieb Aditya Prakash Chouhan <phd1501201006@xxxxxxxxxx>:
Hello,
I am using slowDown() function in my program. It has a duration parameter which takes the value of the time interval into which the velocity is to be changed gradually. However, what I have observed is that even after attaining the desired velocity in the given time interval, the velocity change is getting continued and reaching the end limit. Please correct me if I am wrong in my interpretation of the function. If not, kindly tell me what could have gone wrong?

Best regards,
Aaditya Prakash Chouhan
_______________________________________________
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