Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Unknown car following model carFollowing-MyModel when parsing vType 'car'

I'm guessing, that you did not add your model to https://github.com/eclipse/sumo/blob/261c2832ab1dbe11c4c9d33562bca1347ac8a5f0/src/utils/xml/SUMOXMLDefinitions.cpp#L875-L892

regards,
Jakob

Am Di., 4. Feb. 2020 um 10:54 Uhr schrieb Manish Chaturvedi <msc.nit@xxxxxxxxx>:
Following is my test route file:
<routes>
   <vType id="car"  vClass="passenger" length="5.0" maxSpeed="15.27" minGap="2.5" probability="1.0"/>
   <route id="route1" edges="gneE0 gneE4 gneE1 gneE5 "/>
   <flow id="1" type="car" beg="0" end="21599" route="route1" vehsPerHour="500"/>
</routes>

On Tue, Feb 4, 2020 at 12:26 PM Jakob Erdmann <namdre.sumo@xxxxxxxxx> wrote:
how are you defining your vType car?

Am Di., 4. Feb. 2020 um 07:43 Uhr schrieb Manish Chaturvedi <msc.nit@xxxxxxxxx>:
Dear SUMO Users and Jacob,

I am trying to develop a new car-following model under SUMO as per https://sumo.dlr.de/docs/Developer/How_To/Car-Following_Model.html

When I make and run the simulation with --carfollow.model MyModel,

I get the following error message:

 Unknown car following model carFollowing-MyModel when parsing vType 'car'

I think I am missing some configuration step in development but unable to recognize

Please guide

Regards,

Manish


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