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