Re: [sumo-dev] Creating new car following model

2020-03-30 Thread Traboulsi, Abdullah
What I am trying to do is to apply acceleration (e.g. max acceleration) as first step. Then at every interval I would check: - if the vehicle is accelerating, then apply deceleration - if the vehicle is decelerating, then apply acceleration I know this scenario is weird, but i would like to

Re: [sumo-dev] Creating new car following model

2020-03-30 Thread Traboulsi, Abdullah
Hi Jakob, Thanks for your reply. What I would like to do is design my new car following model to alternate between acceleration and deceleration after every interval. How can I do that? Then I would like to test my car following model by running it using SUMO as a first step (Traci would be next s

Re: [sumo-dev] Creating new car following model

2020-03-29 Thread Jakob Erdmann
Hello, you can either a) define all vehicles on the main highway with one type and the vehicles that shall merge with another type b) use calibrators to change the vehicle type ahead of the merging sections and then change it back to something else after the merging section: https://sumo.dlr.de/doc

[sumo-dev] Creating new car following model

2020-03-29 Thread Traboulsi, Abdullah
Hello sumo-dev community, I am trying to create my own car following model and apply it onto a section of the network I have ( e.g. ramp merging section) while the rest of the vehicles would follow the default car following model. I was wondering if there is a method to do so? I plan to test it u