Avoid collision between operator and forklift

Avoid collision between operator and forklift

steven_chen1
Not applicable
48 Views
3 Replies
Message 1 of 4

Avoid collision between operator and forklift

steven_chen1
Not applicable

[ FlexSim 22.1.1 ]

Hello,

I am looking for ideas for avoiding collision between operator and forklift. AStar can make objects detect collision but it depends on object size. I would like to simulate a wide range area detection for forklift, so operator must keep distance to forklift.

My first approach is using proximity system to define such logic. But I think it's more logical that taskexecuters should only detect neighbor in front of them. How to implement such detection rule that operator only detects object in red sector?

proximity-detect-front-only.png


What if a forklift encounters an idle operator, how to make forklift change its route to maintain distance to operator? This sounds like how social force work but I don't know how to tweak parameters to achieve such logic.



0 Likes
Accepted solutions (1)
49 Views
3 Replies
Replies (3)
Message 2 of 4

support5CRPZ
Advocate
Advocate
Accepted solution
0 Likes
Message 3 of 4

steven_chen1
Not applicable

@David Seo Thank you. This solution can solve part of my question, but I still wondering if an operator can move aside on entering proximity instead of stop. In AStar, objects collision box depends on size, if there is a way to increase the collision box of forklift, so operator may find a route that maintain distance between operator and forklift, or maybe social force is better tool to implement such logic.

0 Likes
Message 4 of 4

jason_lightfootVL7B4
Autodesk
Autodesk
Pre-empt the operator with a travel task that has it walk to the side and/or around the forklift. Social force would also work but I think for it to behave well you need a low tick interval which can slow down a model with lots of agents.
0 Likes