MengeCrowdSim / Menge

The source code for the Menge crowd simulation framework
Apache License 2.0
139 stars 64 forks source link

New navigation mesh-based agent generator #9

Closed curds01 closed 7 years ago

curds01 commented 7 years ago

This addresses issue #7

Tweaks to navmesh and localizer to support group-level placement operations. Wrote agent generator which is much like the explicit agent generator, except it explicitly attempts to register the agent with the indicated nav mesh and group. Currently, incorrect assignment leads to initialization failure. There is a flag for back up behavior (i.e., if the group fails, attempt the whole mesh.)