Skip to content

Commit

Permalink
Update montecarlo_laser_loc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javizqh authored Dec 6, 2024
1 parent 87bb0da commit 4e5832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _pages/exercises/MobileRobots/montecarlo_laser_loc.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ The aim of this practical is to develop a localization algorithm based on the pa
* `GUI.getMap(url)` - Returns a numpy array with the image data in a 3 dimensional array (R, G, B, A). The image is 1012x1012. The instruction to get the map is

```python
array = GUI.getMap('/resources/exercises/montecarlo_laser_loc/mapgrannyannie.png')
array = GUI.getMap('/resources/exercises/montecarlo_laser_loc/images/mapgrannyannie.png')
```

### Types conversion
Expand Down

0 comments on commit 4e5832e

Please sign in to comment.