Unable to solve path for Human (Otto)

Problem_HJ001.vcmx (633.7 KB)
Hi, I made a simple model with my custom components, but I receive this below error message:
(0.0) [Human Transport Controller B - WARNING]: Unable to solve path for “Human (Otto) #3”. Destination might be inside an obstacle or disconnected areas.
What does it mean and how can I sole it?
(the model is attached )
Thank you

The walking destination is inside an obstacle. You can visualize the obstacles by clicking Show Obstacles on the transport controller.

The TC adds some padding around each obstacle so that the resources don’t collide with them. To reduce this padding, you can set the ObstacleHorizontalClearance to 0.

2 Likes

Perfect! Resolved. Thank you.