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 15, 2024
1 parent 19eb00c commit 548dfe2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion _pages/exercises/ComputerVision/marker_visual_loc.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,16 @@ The detection process includes:

{% include gallery id="exampletag" caption="Exampletag" %}

The tags are always found at a 7.3 meters in height.

### PnP (Perspective-n-Point)

Given the 3D coordinates of the tag and their corresponding 2D image points (without z), the robot's pose can be estimated using algorithms like Direct Linear Transformation (DLT) or iterative methods (e.g., Levenberg-Marquardt).

### Rotation and Translation matrix

The rotation and translation matrixes can be extracted from the [sdf files](https://github.com/JdeRobot/RoboticsInfrastructure/blob/humble-devel/CustomRobots/turtlebot3/models/turtlebot3_waffle/model.sdf) that describe the turtlebot 3 waffle robot.

## Contributors

* Contributors: [Jose María Cañas](https://github.com/jmplaza), [David Duro](https://github.com/dduro2020), [Javier Izquierdo](https://github.com/javizqh).
Expand All @@ -143,4 +149,4 @@ Given the 3D coordinates of the tag and their corresponding 2D image points (wit
[https://pyimagesearch.com/2020/11/02/apriltag-with-python/](https://pyimagesearch.com/2020/11/02/apriltag-with-python/)
[https://en.wikipedia.org/wiki/Perspective-n-Point](https://en.wikipedia.org/wiki/Perspective-n-Point)
[https://april.eecs.umich.edu/software/apriltag](https://april.eecs.umich.edu/software/apriltag)
[https://ftc-docs.firstinspires.org/en/latest/apriltag/vision_portal/apriltag_pose/apriltag-pose.html](https://ftc-docs.firstinspires.org/en/latest/apriltag/vision_portal/apriltag_pose/apriltag-pose.html)
[https://ftc-docs.firstinspires.org/en/latest/apriltag/vision_portal/apriltag_pose/apriltag-pose.html](https://ftc-docs.firstinspires.org/en/latest/apriltag/vision_portal/apriltag_pose/apriltag-pose.html)

0 comments on commit 548dfe2

Please sign in to comment.