Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 726 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 726 Bytes

potentials-path-planning

Multi robot path planning with Aritificial Potential Functions.

Here we use Gaussian potential functions as described in [1]. Need to add Lagrangian dynamics to compute higher order control inputs. For now, we only compute the next best position to follow the negrative gradient.

Install scipy.

pip install 'scipy'

To run, create a directory named 'data' to store the plot images and run the script.

mkdir data && python potential_field_planning.py

Cover Image

[1] Gazi, Veysel. "On lagrangian dynamics based modeling of swarm behavior." Physica D: Nonlinear Phenomena 260 (2013): 159-175.