Metadata-Version: 2.1
Name: pgflow
Version: 0.2.9
Summary: Artificial potential field based guidance algorithm for multi agent systems
Author: adriandelser
Author-email: adrian.delser@gmail.com
Requires-Python: >=3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.7.1,<4.0.0)
Requires-Dist: numpy (>=1.24.3,<2.0.0)
Requires-Dist: pyclipper (>=1.3.0.post4,<2.0.0)
Requires-Dist: rtree (>=1.1.0,<2.0.0)
Requires-Dist: scipy (>=1.10.1,<2.0.0)
Requires-Dist: shapely (>=2.0.1,<3.0.0)
Description-Content-Type: text/markdown

# gflow

Flow field guidance

To run with gui, run gui/gui_sim.py
To run simple example, run examples/simple_sim.py and select desired case within a json case file

