Skip to content

Python implementation of "Flocking for multi-agent dynamic systems: Algorithms and theory" by Olfati-Saber for multi-agent triangular formation.

License

Notifications You must be signed in to change notification settings

amirhosseinh77/Flocking-Multi-Agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flocking for Multi-Agent Systems

This repository contains python implementation of "Flocking for multi-agent dynamic systems: Algorithms and theory" by Olfati-Saber, Reza. You can find the article using these links: IEEE, PDF

Algorithm

The purpose of the algorithm is to provide a common control law to form agents in a triangular shape. The agent model is a double integrator:

$$\left\{\begin{matrix} \dot{p} = q \\\ \dot{q} = u \end{matrix}\right.$$

p: position, q: velocity

Results

Decentralized flocking

About

Python implementation of "Flocking for multi-agent dynamic systems: Algorithms and theory" by Olfati-Saber for multi-agent triangular formation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages