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 <[email protected]> wrote: > how are you defining your vType car? > > Am Di., 4. Feb. 2020 um 07:43 Uhr schrieb Manish Chaturvedi < > [email protected]>: > >> 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 >> [email protected] >> 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 > [email protected] > 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 [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
