7、ARTag

7.1、Overview

wiki:http://wiki.ros.org/ar_track_alvar/

source code:https://github.com/ros-perception/ar_track_alvar.git

Code path:~/astra_ws/src/astra_visual

ARTag (AR tag, AR means "augmented reality") is a fiducial marking system, which can be understood as a reference for other objects. It looks similar to a QR code, but its coding system and QR code are difference, it is mostly used in camera calibration, robot positioning, augmented reality (AR) and other applications.

One of the most important functions is to recognize the pose relationship between the object and the camera. ARTag can be affixed to the object, or an ARTag label can be affixed to the flat surface to calibrate the camera. After the camera recognizes ARTag, it can calculate the position and posture of the tag in camera coordinates.

ar_track_alvar has 4 function:

Alvar is newer and more advanced than ARToolkit. ARToolkit has always been the basis of several other ROS AR label packages. Alvar has adaptive threshold processing to handle various lighting conditions, optical flow-based tracking to achieve more stable pose estimation, and an improved tag recognition method that does not slow down significantly as the number of tags increases.

7.2、Create ARTag

7.2.1、Install software pack

image-20210902154213121

ar_track_alvar is an open source marker library that provides examples of pr2+kinect.

7.2.2、Create AR QR Code

image-20210902164850255

You can enter [ID] and location information here, and enter [-1] to end. One or more can be generated, and the layout can be designed by yourself.

image-20210902165006781

Command + parameters directly generate digital pictures; for example

11: The number is the QR code of 11.

s: Specify the image size.

5: 5x5 picture.

33: The number is 33 QR code.

7.3、ARTag recognition

Note: When starting the camera, you need to load the camera calibration file, otherwise it will not be recognized.

7.3.1、ar_track_alvar node

TopicData type
/camera_info(sensor_msgs/CameraInfo)
/image_raw(sensor_msgs/Image)
TopicData type
/visualization_marker(visualization_msgs/Marker)
/ar_pose_marker(ar_track_alvar/AlvarMarkers)

Single QR code: Camera coordinate system → AR label coordinate system

Multiple QR codes: Provide the transformation from the camera coordinate system to each AR tag coordinate system (named ar_marker_x), where x is the ID number of the marker.

7.3.2、launch file parsing

7.3.3、Start up camera to to recognize

image-20210902194448055

7.3.4、View node graph

image-20210902204026973

7.3.5、View tf tree

image-20210902203913123

Through rviz, we can see the relative position of the QR code and the camera very intuitively.

7.3.6、Viewing output information

The following information is displayed: