C, C++:
All Robotic Arm State Parameter Structurerm_arm_all_state_t Class member variable description
Joint current
joint_currentUnit: mA.
C++float rm_arm_all_state_t::joint_current[ARM_DOF]Joint enabling state
joint_en_flagC++int rm_arm_all_state_t::joint_en_flag[ARM_DOF]Joint temperature
joint_temperatureUnit: °C.
C++float rm_arm_all_state_t::joint_temperature[ARM_DOF]Joint voltage
joint_voltageUnit: V.
C++float rm_arm_all_state_t::joint_voltage[ARM_DOF]Joint error code
joint_err_codeC++int rm_arm_all_state_t::joint_err_code[ARM_DOF]Robotic arm error code
errC++rm_err_t rm_arm_all_state_t::errJump to rm_err_t for details of the structure.

