MAS Simulation

Multi-Agent System (MAS) of Autonomous Vehicles/Robots.

View the Project on GitHub davidkun/MAS

Welcome to my Project

I created a point class to represent a vehicle/agent in the system. It includes simple point-mass (linear) dynamic equations, specifications of state and sensor noise (when the agent moves or senses other agents), and several other methods.

There is also a test.py module that imports the class, runs a multi-agent simulation, plots the results, and displays an animation. Here is an example of the animation that is created:

Leader-Follower Strategy

Authors and Contributors

In 2013, I (@davidkun) started this project for testing a distributed estimation algorithm.


Back to my Homepage