|
From: Michael B. <beh...@us...> - 2009-06-04 19:31:57
|
Am Mittwoch, 3. Juni 2009 11:13:10 schrieb Imran khan: > Hello, > > I'm using SUMO version 0.9.8 for simulation of vehicular ad hoc networks. > I'm using a tool MOVE (http://lens1.csie.ncku.edu.tw/MOVE/index.htm) to > design topology and road definitions. This tool uses SUMO-0.9.8. I didn't test the tool yet, but the web page mentions that newer sumo versions are supported as well, thus please use a more recent version (e.g. 0.10.3). > Is there any way to make all nodes initially at the same position, in > sumo? Yes, you can define the exact depart position using the attribute departpos (e.g. departpos="10") in the definition of a vehicle. I do not know whether MOVE supports this, though. > I could do this manually for small scenarios, but its almost impossible > manage a scenario of 300 seconds, with 200 nodes. You could write a simple script which creates or post-processes your vehicle data. Regards, Michael |