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 > ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
