question

Michael D6 avatar image
0 Likes"
Michael D6 asked Matthew Gillespie commented

A Star Navigator

Attached is a really simple example with the A* navigator. Was hoping someone can share a tip or trick on how to the mandatory and preferredFlexSim AStar Example.fsm paths work? Why does the AGV avoid the preferred path?

FlexSim 21.2.3
agvastar
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

·
Matthew Gillespie avatar image
1 Like"
Matthew Gillespie answered Matthew Gillespie commented

If you want the traveler to use the Mandatory Paths you need to click on the AGV and then check the Use Mandatory Paths checkbox in the A* Traveler panel of Properties. However, the big downside with mandatory paths is that the traveler can't leave the path. They're stuck on the system of mandatory paths you draw.

If you don't want the traveler stuck to the mandatory paths, then preferred paths are probably what you're looking for. You just need to increase the weight on the preferred paths to incentivize the traveler to go out of the way to use the preferred path.

· 4
5 |100000

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

Michael D6 avatar image Michael D6 commented ·
HI @Matthew Gillespie Thank you for the help. I did not see that option on the task executer. Understood on the weighting of the preferred paths also. Last follow up, sometimes the AGV will go directly through a divider. Is there a specific reason that would happen?
0 Likes 0 ·
Matthew Gillespie avatar image Matthew Gillespie ♦♦ Michael D6 commented ·

@Michael D6 If a preferred path crosses a divider it will open a path across the divider there. There also seems to be a small bug that is causing this behavior to happen if the preferred path ends near a divider, but doesn't actually cross it.

1637608851985.png

The workaround is to move the preferred path back away from the divider a little bit. You can look at the grid nodes (after resetting the model) to see when you've moved it back far enough. A yellow plus on the grid node means that a traveler can move in any direction from that grid node, but next to a divider the yellow plus should be missing the side pointing across the divider.

0 Likes 0 ·
1637608851985.png (9.7 KiB)
Michael D6 avatar image Michael D6 Matthew Gillespie ♦♦ commented ·

Thanks @Matthew Gillespie. I am not sure if this is a requirement but none of my dividers would work unless I added a conditional rule and assigned a label to the traveler. Now they all work perfectly fine. For instance traveler.Type == 1 and then assign each AGV with a Type 1 label. Then add this as a conditional rule for the divider. It was my assumption that dividers worked for all AGVs and the conditions were meant to be exceptions. Maybe I am doing something wrong but this created the behavior I want.

Unrelated side question, is there a way to change the acceleration/develeration of an A star AGV. They appeared to be blocked out?

0 Likes 0 ·
Show more comments

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.