Hello to All:
I have created a sumo simulation and i have created config , activity and
mobility file by using traceexporter.py on sumo 20. when i execute ns
config.tcl i receive one error message " *can't read "opt(config-path()":
no such element in array*
*    while executing*
*"set opt(af) $opt(config-path()) /home/mastersir/Desktop/maptfr"*
*    (file "ns2config.tcl" line 5)*
"
what is the problem.
thanks in advence for your help

*Here is my config.tcl file :*

# set number of nodes
set opt(nn) 40

# set activity file
set opt(af) $opt(config-path)
append opt(af) /activity.tcl

# set mobility file
set opt(mf) $opt(config-path)
append opt(mf) /mobility.tcl

# set start/stop time
set opt(start) 0.0
set opt(stop) 1000.0

# set floor size
set opt(x) 1774.41
set opt(y) 1711.21
set opt(min-x) 0.15
set opt(min-y) 13.16

-- 
BARKOUK Hamid
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to