yeah I got that lane change. Can you help me with simulating the accident scenario in sumo
On Fri, Sep 2, 2016 at 2:07 PM, Jakob Erdmann <[email protected]> wrote: > if edge B has only outgoing connections from lane 4 to another edge C > then all vehicles with the route A B C will be forced to change to that > lane. > > 2016-09-02 10:31 GMT+02:00 AKASH DAS <[email protected]>: > >> But depart Lane and arrival Lane attributes are for that particular >> vehicle right?? So how can I set that for a particular edge. >> >> Akash Das >> Student Systems Admin >> Indian Institute Of Information Technology >> Sricity, Chittoor >> Andhra Pradesh >> >> On 02-Sep-2016 12:28 pm, "Jakob Erdmann" <[email protected]> >> wrote: >> >>> Hello, >>> this type of lane-changing will happen automatically if the vehicle >>> needs it to follow it's route. >>> As an example, you could specify departLane="2" on edge A and >>> arrivalLane="4" on edge B if the route only consists of these two edges. >>> If you need more control you can influence the simulation from the >>> outside using the TraCI API (http://sumo.dlr.de/wiki/TraCI) >>> regards, >>> Jakob >>> >>> 2016-09-02 0:34 GMT+02:00 AKASH DAS <[email protected]>: >>> >>>> Can't I do lane change on the basis of edge changes that are occurring >>>> i.e >>>> if car is travelling in edge A on lane 2 then when it will reach on >>>> edge B >>>> it will go to lane 4. >>>> Something like that. >>>> >>>> On Thu, Sep 1, 2016 at 5:03 PM, <[email protected]> wrote: >>>> >>>> > Hello, >>>> > There's no dedicated tutorial on implementing a new lane change model >>>> yet. >>>> > Still you may find some information on what is necessary by >>>> generalizing >>>> > what you find here: http://sumo.dlr.de/wiki/Developer/How_To/Car- >>>> > Following_Model >>>> > Lanechange-models are located in <SUMO_HOME>/src/microsim/lc_models/ >>>> and >>>> > start with 'MSLCM_'... >>>> > Hope this helps getting started, >>>> > Leo >>>> > >>>> > -----Ursprüngliche Nachricht----- >>>> > Von: AKASH DAS [mailto:[email protected]] >>>> > Gesendet: Donnerstag, 1. September 2016 12:53 >>>> > An: [email protected] >>>> > Betreff: [sumo-user] lane change >>>> > >>>> > Heyy all, >>>> > >>>> > I am new to sumo and i am trying to implement lane change when a >>>> vehicle >>>> > travels from one edge to another edge. >>>> > Can anyone please help me with this. >>>> > >>>> > -- >>>> > >>>> > *Akash Das* >>>> > >>>> > *Student Systems Admin* >>>> > >>>> > *Indian Institute Of Information Technology* >>>> > >>>> > *Sricity* >>>> > ------------------------------------------------------------ >>>> > ------------------ >>>> > _______________________________________________ >>>> > sumo-user mailing list >>>> > [email protected] >>>> > https://lists.sourceforge.net/lists/listinfo/sumo-user >>>> > >>>> >>>> >>>> >>>> -- >>>> >>>> *Akash Das* >>>> >>>> *Student Systems Admin* >>>> >>>> *Indian Institute Of Information Technology* >>>> >>>> *Sricity* >>>> ------------------------------------------------------------ >>>> ------------------ >>>> _______________________________________________ >>>> sumo-user mailing list >>>> [email protected] >>>> https://lists.sourceforge.net/lists/listinfo/sumo-user >>>> >>> >>> > -- *Akash Das* *Student Systems Admin* *Indian Institute Of Information Technology* *Sricity* ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
