In order to compile the project execute at the root of the project in a shell :
make To execute the program :
- Type
50for rows and columns input. - Type
1for obstacle number. - Now you are running a step by step scenario. The
1represents the obstacles, and the2the robot path. Inside this scenario you can :- Type
cto continue. - Type
dto add a disturbance (try-it!) - Type
mto randomly modify the position of the obstacles (useful when you have a large number of obstacles).
- Type