Changes between Version 4 and Version 5 of doc/tec/mas/agent_preprocessing


Ignore:
Timestamp:
Aug 31, 2018 12:21:31 PM (7 years ago)
Author:
sward
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/tec/mas/agent_preprocessing

    v4 v5  
    1616* Determine furthest vertex p,,f,, from p,,0,,p,,n,,
    1717* If distance d(p,,f,,,p,,0,,p,,n,,) < ε, accept p,,0,,p,,n,, as approximation.\\
    18         Else, break P at p,,f,, and recursively\\
    19         approximate {p,,0,,,p,,1,,,...,p,,f,,} and {p,,f,,,...,p,,n,,}
     18        Else, break P at p,,f,, and recursively approximate {p,,0,,,p,,1,,,...,p,,f,,} and {p,,f,,,...,p,,n,,}
    2019}}}
    2120{{{#!td style="vertical-align:top; text-align:left;width: 250px"
    22 asdf
     21[[Image(poiker.gif,400px)]]
    2322}}}
    2423
    25243) All remaining convex polygon vertices are '''added to the graph''' as nodes.\\
    26254) '''Connections''' are established between each pair of nodes that are visible by each other. The associated cost is set to the direct distance.\\
    27 5) The polygon and graph data is '''output''' to a Fortran binary file that can be read by PALM.\\
     265) The polygon and graph data is '''output''' to a [wiki:doc/app/iofiles#NAVIGATION_DATA Fortran binary file] that can be read by PALM.\\
    2827
    2928