|
vision
|
#include <ArucoDetector_ParamsParser.h>
Classes | |
| struct | parser_version_type |
Public Attributes | |
| const std::string | m_device_classname = {"ArucoDetector"} |
| const std::string | m_device_name = {"ArucoDetector"} |
| bool | m_parser_is_strict = false |
| const parser_version_type | m_parser_version = {} |
| const std::string | m_aruco_size_defaultValue = {"ARUCO_ORIGINAL"} |
| std::string | m_aruco_size = {"ARUCO_ORIGINAL"} |
This class is the parameters parser for class ArucoDetector.
These are the used parameters:
| Group name | Parameter name | Type | Units | Default Value | Required | Description | Notes |
|---|---|---|---|---|---|---|---|
| - | aruco_size | string | - | ARUCO_ORIGINAL | 0 | ArUco code format | 4X4_1000, ARUCO_ORIGINAL, 6X6_1000, 7X7_1000 |
The device can be launched by yarpdev using one of the following examples (with and without all optional parameters):