You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On map "Berlin1" of IranOpen2015, there is a an angent(ID: 891293044), located in a road (ID: 16555) which contains some blockades, which can not handle move command properly from cycle 11 to 37.
As we followed , this is happening due to calling getPathElements2
function in line 388 ("steps.addAll(getPathElements2(human, currentArea, lastEdge, nextArea, edge));") in "handleMove" method in "rescue2014/modules/traffic3/src/traffic3/simulator/TrafficSimulator.java" file.
This is interesting that using "getPathElements" instead of "getPathElements2" fixes the problem.
Attached is the log which contains this bug.
On map "Berlin1" of IranOpen2015, there is a an angent(ID: 891293044), located in a road (ID: 16555) which contains some blockades, which can not handle move command properly from cycle 11 to 37.
As we followed , this is happening due to calling getPathElements2
function in line 388 ("steps.addAll(getPathElements2(human, currentArea, lastEdge, nextArea, edge));") in "handleMove" method in "rescue2014/modules/traffic3/src/traffic3/simulator/TrafficSimulator.java" file.
This is interesting that using "getPathElements" instead of "getPathElements2" fixes the problem.
Attached is the log which contains this bug.
https://sourceforge.net/p/roborescue/bugs/117/attachment/Berlin1.log.7z
Creator: Rozhina Pourmoghaddam (https://sourceforge.net/p/roborescue/bugs/117/)
The text was updated successfully, but these errors were encountered: