This commit is contained in:
Miguel Angel Astor Romero
2016-06-23 17:29:45 -04:00
parent 4f223a6cc3
commit 31d7344902

View File

@@ -13,7 +13,7 @@ The controller assumes an environment like the following:
The goal of the controller is to find a ball (in yellow) that is located on one side of a goal line (in pink),
while avoiding any obstacles (in black) it can find. Once the ball is found, or the robot has collided with any
of the two obstacles at the sides of the goal line, the controller will return to the starting line (in blue).
of the two obstacles at the sides of the goal line, the controller will return to the starting line (in pink too).
The floor and the start/goal lines must be of constrasting colors.