run catkin_make under catkin_ws directory to build the package.
Follow these two steps to run auction-based task allocation algorithm.
-
generate precedence graph
Navigate to
catkin_ws/src/mrta/src/PIAfolder and runDataGenerator.py 1. This will generatedata/dataset1.picklefile. -
start robots
run
start_robot.py 1. -
allocate tasks
run
allocate_tasks.py 1.
To print the result of the PIA algorithm, run print_results.py 1.