C, C++:
UDP-Based Real-Time Robotic Arm State Pushing Structurerm_realtime_arm_joint_state_t Class member variable description
Data parsing error code
errCode-3: data parsing error, indicating that the pushed data is incomplete or incorrectly formatted.
C++int rm_realtime_arm_joint_state_t::errCodeRobotic arm IP address
arm_ipC++char rm_realtime_arm_joint_state_t::arm_ip[16]Joint state
joint_statusC++rm_joint_status_t rm_realtime_arm_joint_state_t::joint_statusJump to rm_joint_status_t for details of the structure.
Force sensor (available for 6-DoF force version)
force_sensorC++rm_force_sensor_t rm_realtime_arm_joint_state_t::force_sensorJump to rm_force_sensor_t for details of the structure.
Error code
errC++rm_err_t rm_realtime_arm_joint_state_t::errJump to rm_err_t for details of the structure.
Current waypoint information
waypointC++rm_pose_t rm_realtime_arm_joint_state_t::waypointJump to rm_pose_t for details of the structure.
Lifting joint state
liftStateC++rm_udp_lift_state_t rm_realtime_arm_joint_state_t::liftStateJump to rm_udp_lift_state_t for details of the structure.
Expansion joint state
expandStateC++rm_udp_expand_state_t rm_realtime_arm_joint_state_t::expandStateJump to rm_udp_expand_state_t for details of the structure.
Dexterous hand state
handStateC++rm_udp_hand_state_t rm_realtime_arm_joint_state_t::handStateJump to rm_udp_hand_state_t for details of the structure.
Robotic arm state
arm_current_statusC++rm_udp_arm_current_status_e rm_realtime_arm_joint_state_t::arm_current_statusJump to Type description for details of
rm_udp_arm_current_status_e.aloha state
aloha_stateC++rm_udp_aloha_state_t rm_realtime_arm_joint_state_t::aloha_stateJump to rm_udp_aloha_state_t for details of the structure.
End-Effector Device Status
rm_plus_state0 - Device is online, 1 - Protocol is not enabled, 2 - Protocol is enabled but the device is not online.
C++int rm_realtime_arm_joint_state_t::rm_plus_stateEnd-Effector Basic Information
plus_base_infoC++rm_plus_base_info_t m_realtime_arm_joint_state_t::plus_base_infoJump to rm_plus_base_info_t for details of the structure.
End-Effector Real-Time Information
plus_state_infoC++rm_plus_state_info_t rm_realtime_arm_joint_state_t::plus_state_infoJump to rm_plus_state_info_t for details of the structure.

