mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-27 13:39:33 +00:00
23 lines
999 B
Markdown
23 lines
999 B
Markdown
# ArUco markers
|
|
|
|
[ArUco markers](https://docs.opencv.org/3.2.0/d5/dae/tutorial_aruco_detection.html) are commonly used for vision-based position estimation.
|
|
|
|
Examples of ArUco markers:
|
|
|
|

|
|
|
|
> **Hint** Use the most matte paper for printing visual markers. Glossy paper may glitter in the light, severely deteriorating the quality of recognition.
|
|
|
|
For rapid generation of markers for printing, you may use an online tool: http://chev.me/arucogen/.
|
|
|
|
[Clover Raspberry Pi image](image.md) contains a pre-installed `aruco_pose` ROS package, which can be used for marker detection.
|
|
|
|
## Modes of operation
|
|
|
|
There are several preconfigured modes of operation for ArUco markers on the Clover drone:
|
|
|
|
* [single marker detection and navigation](aruco_marker.md);
|
|
* [map-based navigation](aruco_map.md).
|
|
|
|
> **Info** Additional documentation for the `aruco_pose` ROS package is available [on GitHub](https://github.com/CopterExpress/clover/blob/master/aruco_pose/README.md).
|