A star navigator colision

A star navigator colision

rhramac
Enthusiast Enthusiast
82 Views
3 Replies
Message 1 of 4

A star navigator colision

rhramac
Enthusiast
Enthusiast

[ FlexSim 21.2.4 ]

My task executers are ending up in collision. How to handle such collision for A star navigator? I have checked enableCollisionAvoidance. Attached models tops at 8:00:20

astar-example2.fsm

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

moehlmann_fe
Enthusiast
Enthusiast
Accepted solution

To have a task executer plot a course around another inactive task executor it has to be added as a dynamic barrier during the path calculation.

@anthony.johnson demonstrated this functionality in his KIVA system example model.

https://answers.flexsim.com/articles/107103/example-kiva-system-model.html

Essentially you react to a task executer triggering the path calculation with an event triggered source and return an array of objects that should act as barriers during the calculation.

1654754667848.png

I adjusted your model to return all task executers that are currently in an idle state.

astar-example2_fm.fsm

Message 3 of 4

rhramac
Enthusiast
Enthusiast

Thanks Felix. A follow up question, do you know where I can understand the sequence of events such as calculate path, navigate path etc ?

0 Likes
Message 4 of 4

jason_lightfootVL7B4
Autodesk
Autodesk
Answered in your other post.
0 Likes