Skip to content

Commit

Permalink
Update vacuum_cleaner_loc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javizqh authored Nov 19, 2024
1 parent e15ca80 commit 9eb6dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/exercises/MobileRobots/vacuum_cleaner_loc.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ GUI.showNumpy(matrix)
```
* `GUI.getMap(url)` - Returns a numpy array with the image data in a 3 dimensional array (R, G, B, A). The URL of the Vacuum Cleaner Loc map is '/resources/exercises/vacuum_cleaner_loc/mapgrannyannie.png', so the instruction to get the map is
```
array = GUI.getMap('/resources/exercises/vacuum_cleaner_loc/mapgrannyannie.png')
array = GUI.getMap('/resources/exercises/vacuum_cleaner_loc/images/mapgrannyannie.png')
```

For this example, it is necessary to ensure that the vacuum cleaner covers the highest possible percentage of the house. The application of the automatic evaluator (referee) will measure the percentage traveled, and based on this percentage, will perform the qualification of the solution algorithm.
Expand Down

0 comments on commit 9eb6dd4

Please sign in to comment.