Skip to content

Commit

Permalink
Merge pull request #2379 from JdeRobot/issue-2378-pages
Browse files Browse the repository at this point in the history
Added getMap documentation Amazon Warehouse
  • Loading branch information
ReyDoran authored Dec 19, 2023
2 parents 4bf4342 + d9d24f1 commit 4dfe0c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _pages/exercises/MobileRobots/amazon_warehouse.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ while True:
* `HAL.lift()` - to lift the platform
* `HAL.putdown()` - to put down the platform
* `GUI.showPath(array)` - shows a path on the map. The parameter should be a 2D array containing each of the points of the path
* `GUI.getMap(url)` - returns a numpy array with the image data in a 3 dimensional array (R, G, B, A). The URL of the Amazon Warehouse World 1 is '/RoboticsAcademy/exercises/static/exercises/amazon_warehouse_newmanager/resources/images/map.png'. The URL of the Amazon Warehouse World 2 is '/RoboticsAcademy/exercises/static/exercises/amazon_warehouse_newmanager/resources/images/map_2.png'.

## Supporting information

Expand Down

0 comments on commit 4dfe0c6

Please sign in to comment.