question

Rahul R avatar image
0 Likes"
Rahul R asked Rahul R commented

Sequence of events for Astar navigation

What are the sequence of events such as calculate path, navigate Path. What is Astarblock, Astar continue etc.? I was not able to find it in the documentation.

FlexSim 21.2.4
a star navigation
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Rahul R commented

At the start of travel:

  1. OnCalculatePath
  2. OnNavigatePath

Then when there's a conflict:

  1. OnBlock
  2. OnContinue
  3. OnNavigatePath
· 3
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Rahul R avatar image Rahul R commented ·

Are there any other events like as a task executer moves from one cell to another? I am trying to add dynamic barrier to account for bot that extend into other cells. So mostly like a dynamic barrier that moves with the task executer.

0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Rahul R commented ·

None that would help with that as far as I can tell. You could consider if adding an Agent System would give you some more events through which you could modify behaviour.

I believe there is already a request to better support task executers that occupy more than one grid position.

0 Likes 0 ·
Rahul R avatar image Rahul R Jason Lightfoot ♦ commented ·
Yes I see that few folks have requested for it before. Waiting to see if that would be part of future releases.
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.