0

这是我在运行从 sumo 文件创建的 uttara.tcl 后得到的错误:

~/vanet$ ns uttara.tcl  
num_nodes is set 47

warning: Please use -channel as shown in tcl/ex/wireless-mitf.tcl

INITIALIZE THE LIST 
xListHead
Starting Simulation...

ns: _o14 setdest 1774.28 2170.28 0.00: 
    (_o14 cmd line 1)
    invoked from within
"_o14 cmd setdest 1774.28 2170.28 0.00"
    invoked from within
"catch "$self cmd $args" ret"
    invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
    (procedure "_o14" line 2)
(SplitObject unknown line 2)
    invoked from within
"_o14 setdest 1774.28 2170.28 0.00"

我附上了mobility.tcl 和uttara.tcl 文件以及tcl 文件的链接

4

1 回答 1

0

uttara.tcl : 扩展 XY 范围 →</p>

set opt(x) 3000
set opt(y) 2500

mobility.tcl : 将第 26704、33758 行中的负数设置 (-0.31, -0.32) 编辑为正数 →</p>

.
$ns_ at 82.1 "$node_(5) setdest 1648.22 2.00 27.69"
.
.
$ns_ at 98.8 "$node_(6) setdest 1648.22 1.00 27.75"

我的测试: $ ns235-64-orig uttara-2.tcl: 创建了 uttara.nam 3.8MB、uttara.tr 3.1MB 文件。$ nam uttara.nam: 完美的动画。

链接到编辑后的文件https://drive.google.com/file/d/1gsA3XFMHGyz1ca4fDkxJQTzou6l7p6zr/view?usp=sharing

Okt 2021 更新:Vanet-examples-Aug21.tar.xz https://drive.google.com/file/d/1qXG-HWykHc-_60BezCsbGifEFx2mlETs/view?usp=sharing ...https://neo.lcc .uma.es/staff/jamal/vanet/index.html%3Fq=node%252F11.html

于 2018-08-11T12:22:58.673 回答