Classes | |
| class | HandEyeArucoTarget |
| class | HandEyeCharucoTarget |
| class | HandEyeSolverBase |
| class | HandEyeSolverDefault |
| class | HandEyeTargetBase |
| Provides an interface for handeye calibration target detectors. A target used for handeye calibration is usually a 2D board that consists of an array of markers. The markers can be circles, rectangles or their combinations. More... | |
Enumerations | |
| enum | SensorMountType { EYE_TO_HAND = 0, EYE_IN_HAND = 1 } |
Variables | |
| const std::map< std::string, cv::aruco::PREDEFINED_DICTIONARY_NAME > | ARUCO_DICTIONARY |
| const std::string | LOGNAME = "handeye_solver_default" |
| constexpr auto | TRANSFORM_MATRIX_DIMENSION = 4 |
| Enumerator | |
|---|---|
| EYE_TO_HAND | |
| EYE_IN_HAND | |
Definition at line 76 of file handeye_solver_base.h.
| const std::map< std::string, cv::aruco::PREDEFINED_DICTIONARY_NAME > moveit_handeye_calibration::ARUCO_DICTIONARY |
Definition at line 76 of file handeye_target_aruco.cpp.
| const std::string moveit_handeye_calibration::LOGNAME = "handeye_solver_default" |
Definition at line 78 of file handeye_solver_default.cpp.
|
constexpr |
Definition at line 57 of file handeye_solver_default.h.