Skip to content

xsro/cooperative-fencing-simulation

Repository files navigation

cooperative-fencing-simulation

Collection of simulations of FENCING algorithms and something relevant to this in Multiagent System.

Each folder of this project's root folder is a standalone simulation. main*.m is the entry of each simulation.

Results

Why the formation rotate about the target while the simulation in the original paper does not?

Single agent encircle one target

Multi agents encircle one target

Multi agents encircle multi targets

relavant projects

For more projects about multi-agent you may see formation-control.

  • Python and MATLAB implementations of Flocking Algorithms and Formation Control Formation-Control
  • Multi-robot control simulation environmrnt build on top on Mobile Robotics Simulation Toolbox, implemented 1)some algorithm for formation control 2)mapping, localization and SLAM based on Kalman filter.. SwarmSim
  • Let's reproduce paper simulations of multi-robot systems, formation control, distributed optimization and cooperative manipulation. star2dust/paper-simulation

Acknowledgement