Skip to content

Commit 09988f1

Browse files
authored
Update marker_visual_loc.md
1 parent b8abafd commit 09988f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_pages/exercises/ComputerVision/marker_visual_loc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The goal of this exercise is to estimate the position and orientation (pose) of
4444
* `from GUI import GUI` - to import the GUI (Graphical User Interface) library class. This class contains the functions used to view the debugging information, like image widgets.
4545
* `HAL.getImage()` - to get the image
4646
* `GUI.showImage()` - allows you to view a debug image or with relevant information
47-
* `GUI.showRobotPose((x, y, yaw))` - allows you to view your estimate pose in the map
47+
* `GUI.showEstimatedPose((x, y, yaw))` - allows you to view your estimate pose in the map
4848
* `HAL.setV()` - to set the linear speed
4949
* `HAL.setW()` - to set the angular velocity
5050

0 commit comments

Comments
 (0)