Reputation: 1
I'm working with the pedestrian library to create an agent-based simulation. When I run the model, I randomly get the bellow error for some simulation runs or random agents. Has anyone faced this issue before?
Thanks!
root.worker1s[0].pedEnter.groupAssemble_xjal.?.pedLevels_xjal[0].pedServices[2].queues[0].queue.pedWait.pedGoToInternal: Unreachable target: (315.45, 134.11) on level 'name: level' for pedestrian 'id: 1' located at: (306.82, 110.05) on level 'name: level'!
Upvotes: 0
Views: 706
Reputation: 2213
This happens if there is an unaccessible point in the node such as a column or wall.
Upvotes: 0