Hello, Possibly there is something in your network which prevents car trips. It's working fine in my test case. i.e. netgenerate --grid --grid.number 5 --grid.alphanumerical-ids -o grid5.net.xml randomTrips.py -n grid5.net.xml -o trips.xml -r routefile.rou.xml --persontrips -t 'modes="car" ' --validate If you cannot figure it out, send me the network and I will take a look. regards, Jakob
2017-05-18 18:17 GMT+02:00 CARLOS SEPULVEDA <[email protected]>: > Dear Jakob,Thanks for your quick response. I did what you say (randomtrips > -n mynetfile.net.xml -o mytripfile.trips.xml -r routefile.rou.xml > --persontrips -t 'modes="car" ' --validate, and the program runs, but when > I opened the routefile.rou.xml every person movement has only walk edges. > What could be happening o wrong? > > Thanks in advance. > > Best regards. > > 2017-05-18 3:06 GMT-04:00 Jakob Erdmann <[email protected]>: > >> Hello, >> - walking mode is always available so you do not need to set this >> - bicycle mode requires the the string 'bicycle' but it cannot vouch for >> this functionality as it is untested >> - you do not need to define vehicles as they will be defined >> automatically if you use modes="car" >> - you've stumbled upon an issue with randomTrips ( >> http://sumo.dlr.de/trac.wsgi/ticket/3117). As a workaround set only >> modes="car" to get walking an car use >> >> regards, >> Jakob >> >> 2017-05-18 4:37 GMT+02:00 CARLOS SEPULVEDA <[email protected]>: >> >>> Hi, I'm newbie to SUMO, so sorry if my questions are so obvious, but I >>> been >>> trying to generate a simulation with intermodal routing using randomTrips >>> with no results. I have my net file properlly configure. >>> So my questions i what to do to achive randomTrips intermodal, becasue >>> when >>> i call: >>> >>> randonTrip -n mynetfile.net.xml -o mytripfile.trips.xml -r >>> routefile.rou.xml --persontrips -t 'modes="walk car bike" ' it show me an >>> error. >>> >>> I need to define flows o vType in another file? >>> I need to configure all route's car prior to generate the randomTrip? >>> >>> >>> Thanks in advance for your help. >>> ------------------------------------------------------------ >>> ------------------ >>> Check out the vibrant tech community on one of the world's most >>> engaging tech sites, Slashdot.org! http://sdm.link/slashdot >>> _______________________________________________ >>> sumo-user mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/sumo-user >>> >> >> > ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ sumo-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sumo-user
