Skip to content

Commit

Permalink
Update marker_visual_loc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
javizqh authored Dec 17, 2024
1 parent 09988f1 commit 496660e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _pages/exercises/ComputerVision/marker_visual_loc.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ The goal of this exercise is to estimate the position and orientation (pose) of
* `HAL.setV()` - to set the linear speed
* `HAL.setW()` - to set the angular velocity

* `HAL.getOdom().x` - to get the approximated X coordinate of the robot (with noise)
* `HAL.getOdom().y` - to get the approximated XY coordinate of the robot (with noise)
* `HAL.getOdom().yaw` - to get the approximated orientation position of the robot (with noise)

## Theory

### Visual Markers: AprilTags
Expand Down

0 comments on commit 496660e

Please sign in to comment.