Problem Defination
Problem Defination
Problem Setup
You are tasked with finding optimal paths for multiple robots in a grid while considering obstacles
and potential conflicts among robots. The goal is to compute paths for all robots such that:
Grid Definition
Robot Definition
There are P robots, each with an initial position Rk (k=1,2,...,P) and a goal position Gk.
o F: Move forward.
o L: Move left.
o R: Move right.
o B: Back
To find: Optimal Paths for all the robots with in minimum time and distance and without conflicts