Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Assign Polygon as Parking lot in SUMO-TraCI

On windows you need to use double-quote '"' instead of single-quite ''':
python %sumo_home%\tools\generateParkingLots.py --shape "-32.39,6.17 78.90,4.86 46.19,73.56 -2.10,71.14 -32.82,6.17" -n 100 -c CS_0 -s 50 -e 55 --x-space-distance 10

Am Mi., 6. Mai 2020 um 15:48 Uhr schrieb swaroop <nagas@xxxxxxxxxxxxxx>:
Hallo Jacob,
I tried Method 3: replace generateParkingLots.py with the updated version
here. 

I called as following in the command prompt.

python "C:\Program Files (x86)\Eclipse\Sumo\tools\generateParkingLots.py"
--shape '-32.39,6.17 78.90,4.86 46.19,73.56 -2.10,71.14 -32.82,6.17' -n 100
-c
 CS_0 -s 50 -e 55 --x-space-distance 10

I got the following error. No such option: -2

 Pls refer the attachment and


Please let me know how to proceed.



--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top