This is partly due to a bug (http://sumo.dlr.de/trac.wsgi/ticket/1630) as a workaround, use netconvert option --crossings.guess.
2015-06-01 19:44 GMT+02:00 Deborah Perrotta <[email protected]>: > Hi Michael, > > thanks for the answer, it makes sense. However, now I was able to notice > some strange errors in the network in what concerns connection between the > lanes, as you can see bellow: > > [image: Inline image 2] > > So the pedestrian lane 87109178_0 is only connected to vehicle's lanes, not > with any sidewalk, preventing vehicles to go straight forward once the > actual vehicle lanes 87109178_1 and 87109178_2 are not connected to those > on the bottom. > > After fixing the vehicle class, I'm getting many connection mistakes like > those. Is there something I should do when generating the network with > sidewalks to prevent this from happening? This network was generated with > the typemap pedestrians option. > > Thank you again, > Deborah. > > On Mon, Jun 1, 2015 at 4:42 PM, Michael Behrisch < > [email protected]> wrote: > > > Hi Deborah, > > it is not the vType but the vClass which decides the permissions, see > > here > > > > > http://sumo.dlr.de/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes#Abstract_Vehicle_Class > > . > > So you should add vClass="bus" to your vType definition. > > > > Regards, > > Michael > > > > Am 01.06.2015 um 12:02 schrieb Deborah Perrotta: > > > Hello Michael, > > > > > > the vType is BUS, as you can see here (from de additional file of the > bus > > > route: > > > > > > <vType id="BUS" accel="0.7" decel="1.0" sigma="0.5" length="12" > > minGap="3" > > > maxSpeed="17" color="1,1,0" guiShape="bus"/> > > > > > > Thank you, > > > Deborah. > > > > > > > > > > > > On Sun, May 31, 2015 at 10:05 AM, Michael Behrisch < > > > [email protected]> wrote: > > > > > >> Hi Deborah, > > >> since the net looks OK, it is most likely a problem with the bus. > Which > > >> vClass does it's type have? > > >> > > >> Regards, > > >> Michael > > >> > > >> > > >> Am 27.05.2015 um 20:15 schrieb Deborah Perrotta: > > >>> Hi everyone, > > >>> > > >>> I'm testing SUMO for pedestrians now and something weird happened: > the > > >> bus > > >>> is running on the sidewalk at some points, as you can see here (I > > tested > > >> in > > >>> both sumo 22 and 23 versions): > > >>> > > >>> [image: Inline image 2] > > >>> > > >>> This lane only allows pedestrians: > > >>> > > >>> [image: Inline image 1] > > >>> > > >>> Another somehow similar problem I've been having is for lanes that > only > > >>> allow buses. I define manually those lanes but randomTrips (with -r > > >> option) > > >>> still considers them for routing the regular passenger cars. > > >>> > > >>> I appreciate any help. > > >>> > > >>> Best regards, > > >>> > > >>> Deborah Perrotta > > >>> PhD Researcher - MIT Portugal > > >>> http://pt.linkedin.com/in/deborahperrotta/ > > >>> > > >>> > > >>> > > >>> > > >> > > > ------------------------------------------------------------------------------ > > >>> > > >>> > > >>> > > >>> _______________________________________________ > > >>> 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 > > ------------------------------------------------------------------------------ _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
