Skip to content
forked from utkarshjp7/MRTA

A simulator for multi robot task allocation developed with ROS and Gazebo.

License

Notifications You must be signed in to change notification settings

minded-hua/MRTA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

run catkin_make under catkin_ws directory to build the package.

Follow these two steps to run auction-based task allocation algorithm.

  1. generate precedence graph

    Navigate to catkin_ws/src/mrta/src/PIA folder and run DataGenerator.py 1. This will generate data/dataset1.pickle file.

  2. start robots

    run start_robot.py 1.

  3. allocate tasks

    run allocate_tasks.py 1.

To print the result of the PIA algorithm, run print_results.py 1.

About

A simulator for multi robot task allocation developed with ROS and Gazebo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.7%
  • CMake 7.3%