Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] CarFollowingModel - not applied

Thank you Jacob, I am able to see my selected model after defining the type in the flow tag.

Thank you and regards

On Tue, Apr 21, 2020 at 12:13 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
It is not enough to define a vType. You must also define your flow to use that type:
<flow id="flow_0" type="idmAlternative" .../>

Am Di., 21. Apr. 2020 um 18:07 Uhr schrieb Traboulsi, Abdullah <at666@xxxxxxxx>:
Hi

I have selected my car following model in the demand.rou configuration file
When viewing the type parameter, it shows that my Car Following Model is "Krauss" and not "SmartSK", "Wiedemann", or whatever car following model I select in my demand.rou file

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="idmAlternative" length="5" maxSpeed="70" carFollowModel="Wiedemann" accel="2.6" decel="4.5" sigma="0.5"/>
<flow id="flow_0" begin="0.00" from="gneE61" to="51823968#1" via="gneE59 gneE60 gneE44 61499321#0 61499321#1 61499321#2 61499321#3 61499321#4 61499321#5 11714613#0 11714613#1 11714613#2 gneE14 51823900#1 51823900#2 11682187 51823942#1-AddedOnRampEdge 51823942#1 51823968#1-AddedOnRampEdge" end="3600.00" vehsPerHour="600.00"/>
<flow id="flow_1" begin="0.00" from="116661154" to="-gneE61" via="51823895-AddedOnRampEdge 51823895 113986891 gneE43 -gneE60 -gneE59" end="3600.00" vehsPerHour="800.00"/>
<flow id="flow_11_12" begin="0.00" from="116661144" to="51823973#1" via="gneE5" end="3600.00" vehsPerHour="120.00"/>
</routes>

I am not sure what I am doing wrong when choosing a specific following model.

I appreciate your help.

Best regards,
Abdullah


On Tue, Apr 21, 2020 at 10:54 AM Mirko Barthauer <m.barthauer@xxxxxxxxxxx> wrote:

Have a look at which CFM name is printed in the GUI. Select a vehicle (RMC) and select "Show Type Parameter". Look in the table for the carFollowModel line. As long as you customized your model with a name in the right place of the source code and it is applied, the name should be there. You could check the vehicle types set in your .rou files, too.

Probably nobody here will volunteer to debug your code...

Regards
Mirko

Am 21.04.2020 um 15:04 schrieb Traboulsi, Abdullah:
Hi

I am trying to compare the behavior of CarFollowingModel already available in SUMO (SmartSK) with the one I created.
But, the vehicles in my network is behaving the same with all car following models and with no car following model.
It seems these models is not applied to my network.

Please any help is appreciated.

Best regards,
Abdullah

_______________________________________________
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
_______________________________________________
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