Hi every one !
I want to create topology made of 65 sensor node ,one of them (node 66) is movement node.I tried to make this node move by command "$ns at 11 "$n65 setdest 2800 9501 200.373556960010" " but when i run,i showed this error:
Code:
INITIALIZE THE LIST xListHead
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 777.8
SORTING LISTS ...DONE!
ns: _o1509 setdest 2800 9501 200.373556960010:
(_o1509 cmd line 1)
invoked from within
"_o1509 cmd setdest 2800 9501 200.373556960010"
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 "_o1509" line 2)
(SplitObject unknown line 2)
invoked from within
"_o1509 setdest 2800 9501 200.373556960010"
If any one have experience about this issue ,please tell me how to fix it.My code is in a file attached below
sensor_kalman_Kien_1_0.tcl.txt