Skip to content

Current Robotic Arm State Structure rm_current_arm_state_t

Parameter description

ParameterTypeDescription
poserm_pose_tCurrent pose of the robotic arm.
jointList[float]Current joint angle of the robotic arm, in °.
arm_erruint8_tRobotic arm error code.
sys_erruint8_tSystem error code.

Note:

  • These fields are usually provided by an external system or hardware and populated through the appropriate interface.
  • When clearing error codes, refer to the relevant error code documentation or enumeration.

Member function

Python
rm_ctypes_wrap.rm_current_arm_state_t.to_dictionary(self,arm_dof)