rc_hand_eye_calibration_client/SetCalibration Service

File: rc_hand_eye_calibration_client/SetCalibration.srv

Raw Message Definition

# Description: Set hand-eye calibration

# Relative pose of grid with respect to the frame for which the pose was given in the request of SetCalibrationPose
geometry_msgs/Pose pose
# True if calibration was done with sensor mounted on robot
bool robot_mounted
---
# True if calibration result is valid
bool success
# Internal status:
# 0: Success
# 7: License not available
# 12: Invalid orientation given, i.e. quaternion must have length 1
int32 status
# Human readable message, for development
string message

Compact Message Definition

geometry_msgs/Pose pose
bool robot_mounted

bool success
int32 status
string message