Re: [sumo-user] put vehicles in specific locations

2014-05-12 Thread Jakob Erdmann
: Sanaz Khakpour > Cc: sumo-user@lists.sourceforge.net > Subject: Re: [sumo-user] put vehicles in specific locations > > Hello, > routes only consist of edge ids. Node ids (which for OSM are numbers) are > not needed. If a route is not connected it may be due to a turning > prohib

Re: [sumo-user] put vehicles in specific locations

2014-05-12 Thread Sanaz Khakpour
___ From: Jakob Erdmann [namdre.s...@googlemail.com] Sent: 12 May 2014 08:43 To: Sanaz Khakpour Cc: sumo-user@lists.sourceforge.net Subject: Re: [sumo-user] put vehicles in specific locations Hello, routes only consist of edge ids. Node ids (which for OSM are numbers) are not needed. If a route is n

Re: [sumo-user] put vehicles in specific locations

2014-05-12 Thread Jakob Erdmann
Hello, routes only consist of edge ids. Node ids (which for OSM are numbers) are not needed. If a route is not connected it may be due to a turning prohibition at one of the junctions. Try to build a single route by continually adding edges and see where it fails. (or use http://sumo-sim.org/wiki/T

Re: [sumo-user] put vehicles in specific locations

2014-05-12 Thread Sanaz Khakpour
Hello Jakob, Thank you so much for your reply. I tried to give routes to vehicles using edge and node numbers in a city map I downloaded from open street map. When I open the simulation in SUMO and run it it gives me error that the intersection numbers are not valid. When I delete intersection n

Re: [sumo-user] put vehicles in specific locations

2014-04-27 Thread Jakob Erdmann
Hello, the easiest way to do this is to generated vehicle inputs with a custom written script according to the specifications given here: sumo-sim.org/wiki/Definition_of_Vehicles,_Vehicle_Types,_and_Routes regards, Jakob 2014-04-27 17:25 GMT+02:00 Sanaz Khakpour : > Dear all SUMO users, > > I wo

[sumo-user] put vehicles in specific locations

2014-04-27 Thread Sanaz Khakpour
Dear all SUMO users, I would like to create a network and assign coordinates, speed, and moving direction (and movement pattern if possible) to each vehicle separately. I will be so grateful if you help me and show me how I can do so. Or is there any example available or not? Thank you so muc