<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Custom routing algorithm in python for AGVs simulation in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/custom-routing-algorithm-in-python-for-agvs-simulation/m-p/13499247#M14820</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/24656/flaviap2.html" nodeid="24656"&gt;@Flavia P2&lt;/A&gt;, was Phil BoBo's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 20 Apr 2021 15:04:18 GMT</pubDate>
    <dc:creator>Ben_WilsonADSK</dc:creator>
    <dc:date>2021-04-20T15:04:18Z</dc:date>
    <item>
      <title>Custom routing algorithm in python for AGVs simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/custom-routing-algorithm-in-python-for-agvs-simulation/m-p/13499245#M14818</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 19.0.0 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Hello everyone,&lt;/P&gt;
 &lt;P&gt;I'm trying to understand if it's possible to have AGVs in a simulation navigate according to a custom routing algorithm developed in an external application (e.g. python or c++)? I know that Flexsim already has a library with A* navigation algorithm, but my idea is to apply a custom navigation algorithm to the AGVs. I tried to see if there was a similar question but with no luck. &lt;/P&gt;
 &lt;P&gt;If you could help me with an example or documentation it would be great.&lt;/P&gt;
 &lt;P&gt;Thank you&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 23 Mar 2021 16:47:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/custom-routing-algorithm-in-python-for-agvs-simulation/m-p/13499245#M14818</guid>
      <dc:creator>flavia_p2</dc:creator>
      <dc:date>2021-03-23T16:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom routing algorithm in python for AGVs simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/custom-routing-algorithm-in-python-for-agvs-simulation/m-p/13499246#M14819</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;You can connect to custom C++ code using the Module SDK or DLL Maker. See &lt;A href="https://answers.flexsim.com/questions/91533/view.html"&gt;Bitbucket has stopped with Mercurial, where did the FlexSim SDK go? - FlexSim Community&lt;/A&gt; &lt;/P&gt;&lt;P&gt;If you want to make your own Navigator, you can subclass the Navigator using the Module SDK and implement its virtual functions yourself.&lt;/P&gt;&lt;P&gt;See &lt;A href="https://docs.flexsim.com/en/21.1/Reference/DeveloperAdvancedUser/ModuleSDK/ExampleModuleClass/"&gt;Example Module Class (flexsim.com)&lt;/A&gt;  for an example of sub-classing the Processor. You can do the same with a Navigator.&lt;/P&gt;&lt;P&gt;Alternatively, you could just call into your own routing function to get a list of destinations, and then give your travelers tasks to travel to each of those destinations while connected to one of the existing navigators (Default, Network, AGV, A*). Then you can use their existing mechanisms for handling travel tasks but use your own path finding algorithm instead of the shortest-path algorithm that each of the default navigators use.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 14 Apr 2021 18:32:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/custom-routing-algorithm-in-python-for-agvs-simulation/m-p/13499246#M14819</guid>
      <dc:creator>philboboADSK</dc:creator>
      <dc:date>2021-04-14T18:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Custom routing algorithm in python for AGVs simulation</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/custom-routing-algorithm-in-python-for-agvs-simulation/m-p/13499247#M14820</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/24656/flaviap2.html" nodeid="24656"&gt;@Flavia P2&lt;/A&gt;, was Phil BoBo's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.&lt;/P&gt;&lt;P&gt;If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 20 Apr 2021 15:04:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/custom-routing-algorithm-in-python-for-agvs-simulation/m-p/13499247#M14820</guid>
      <dc:creator>Ben_WilsonADSK</dc:creator>
      <dc:date>2021-04-20T15:04:18Z</dc:date>
    </item>
  </channel>
</rss>

