op3_JointOffsetPositionData_msg
-
File:
op3_offset_tuner_msgs/JointOffsetPositionData.msg -
Message Definition
string joint_namefloat64 goal_valuefloat64 offset_valuefloat64 present_valueint32 p_gainint32 i_gainint32 d_gain -
Description
This message is used when creating GetPresentJointOffsetData.srv.-
string joint_name
joint name -
float64 goal_value
Joint position for Offset Tuning(Unit in rad) -
float64 offset_value
Offset(Unit in rad) -
float64 present_value
Current position of the joint -
int32 p_gain
P Gain of the joint Position -
int32 i_gain
I Gain of the joint Position(Not used) -
int32 d_gain
D Gain of the joint Position(Not used)
-