|
Parsing FlightSim.sh
|
Line 119 of '_tmp/wild/src/esoteric/CmdlineGL/share/examples/FlightSim.sh'
((Laser${idx}_Pos_x=$1, Laser${idx}_Pos_y=$2, Laser${idx}_Pos_z=$3, Laser${idx}_Travel=0))
^
Can't assign to None
|
|
Translating FlightSim.sh
|
Line 119 of '_tmp/wild/src/esoteric/CmdlineGL/share/examples/FlightSim.sh'
((Laser${idx}_Pos_x=$1, Laser${idx}_Pos_y=$2, Laser${idx}_Pos_z=$3, Laser${idx}_Travel=0))
^
Can't assign to None
|
|
Parsing Robot.sh
|
Line 378 of '_tmp/wild/src/esoteric/CmdlineGL/share/examples/Robot.sh'
(( Robot_Joints[i]=$FromAng[i]+($ToAng[i]-$FromAng[i])*Progress/100 ));
^
(ArithWord
w: (CompoundWord parts:[(SimpleVarSub token:(token id:VSub_Name val:'$FromAng' span_id:2292))])
) can't be indexed
|
|
Translating Robot.sh
|
Line 378 of '_tmp/wild/src/esoteric/CmdlineGL/share/examples/Robot.sh'
(( Robot_Joints[i]=$FromAng[i]+($ToAng[i]-$FromAng[i])*Progress/100 ));
^
(ArithWord
w: (CompoundWord parts:[(SimpleVarSub token:(token id:VSub_Name val:'$FromAng' span_id:2292))])
) can't be indexed
|