user16201834
user16201834

Reputation: 1

Unreachable target error for Pedestrian agents

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

Answers (1)

Emile Zankoul
Emile Zankoul

Reputation: 2213

This happens if there is an unaccessible point in the node such as a column or wall.

Upvotes: 0

Related Questions