From 9eb6dd4567d8ced486b0f90544d1f5750113d055 Mon Sep 17 00:00:00 2001 From: Javier Izquierdo <124056014+javizqh@users.noreply.github.com> Date: Tue, 19 Nov 2024 09:03:37 +0100 Subject: [PATCH] Update vacuum_cleaner_loc.md --- _pages/exercises/MobileRobots/vacuum_cleaner_loc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pages/exercises/MobileRobots/vacuum_cleaner_loc.md b/_pages/exercises/MobileRobots/vacuum_cleaner_loc.md index 53a806d57..3ed6fcc85 100644 --- a/_pages/exercises/MobileRobots/vacuum_cleaner_loc.md +++ b/_pages/exercises/MobileRobots/vacuum_cleaner_loc.md @@ -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.