Respected Sir, Thank you so much for your response. Regards, Mayank
On Tue, 25 Apr 2023 at 10:56, Jakob Erdmann <[email protected]> wrote: > You've misplaced the attributes: > - departLane belongs into the <vehicle> > - length, width, maxSpeed and accel belong into the <vType> > SUMO will automatically flag these mistakes if the root element of your > routefile looks like this: > <routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> > > Am Di., 25. Apr. 2023 um 06:54 Uhr schrieb Mayank Singh < > [email protected]>: > >> Sir, >> Here are the required files for vehicles/trips/flows attached. >> >> Regards, >> Mayank >> >> On Mon, 24 Apr 2023 at 23:51, Mayank Singh <[email protected]> >> wrote: >> >>> Respected Sir, >>> I have attached the code snippet which I am using to generate the >>> route.xml file. >>> In this code, I have defined departLane="random" for random vehicle >>> generation. >>> But, in my simulation of Sumo Output, vehicles are getting generated in >>> single-lane only on both sides and this should not be the case. >>> Vehicle generation should take place in all 4 lanes. >>> >>> Regards, >>> Mayank >>> >>> On Mon, 24 Apr 2023 at 19:43, Jakob Erdmann <[email protected]> >>> wrote: >>> >>>> Please post the exact definition that you are using for your >>>> vehicles/trips/flows >>>> >>>> Am Mo., 24. Apr. 2023 um 12:40 Uhr schrieb Mayank Singh < >>>> [email protected]>: >>>> >>>>> Respected Sir, >>>>> I am facing an issue during vehicle insertion. >>>>> I want to insert my vehicles in different lanes. But, they keep >>>>> generating in the same lanes, which is not what I am looking for. >>>>> Even though, I am using depart lane = "random", still I am not able to >>>>> make it. >>>>> Please take a note that I am not using sublane scenario. I am using >>>>> simple lanes for generating heterogeneous traffic in my scenario. >>>>> >>>>> >>>>> Regards, >>>>> Mayank >>>>> >>>>> _______________________________________________ >>>>> sumo-user mailing list >>>>> [email protected] >>>>> To unsubscribe from this list, visit >>>>> https://www.eclipse.org/mailman/listinfo/sumo-user >>>>> >>>> _______________________________________________ >>>> sumo-user mailing list >>>> [email protected] >>>> To unsubscribe from this list, visit >>>> https://www.eclipse.org/mailman/listinfo/sumo-user >>>> >>> _______________________________________________ >> sumo-user mailing list >> [email protected] >> To unsubscribe from this list, visit >> https://www.eclipse.org/mailman/listinfo/sumo-user >> > _______________________________________________ > sumo-user mailing list > [email protected] > To unsubscribe from this list, visit > https://www.eclipse.org/mailman/listinfo/sumo-user >
_______________________________________________ sumo-user mailing list [email protected] To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user
