Skip to content

ROS package for the efficient visit of N targets in a multi agent system scenario

Notifications You must be signed in to change notification settings

markostamos/mae_global_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mae-global-planner

Ros planner package for the efficient visit of N targets using K agents.

Algorithm

Kmeans clustering is used to split the targets between the agents.

Each of the K Agents solves the Traveling Salesman problem using a genetic algorithm with the following operators

  • Tournament Selection.
  • Mutation.
  • 2-opt Heuristic.
  • Elitisism.
  • Social disaster.

Results

Plan Plan

About

ROS package for the efficient visit of N targets in a multi agent system scenario

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published