C, C++:
Force Sensor Data Structurerm_force_sensor_t The information about the robotic arm is pushed through UDP.
Class member variable description
Original data of the current force sensor
force0.001 N or 0.001 N.m.
C++float rm_force_sensor_t::force[6]External force data of the current force sensor
zero_force0.001 N or 0.001 N.m.
C++float rm_force_sensor_t::zero_force[6]External force data of the current force sensor
coordinate0.001 N or 0.001 N.m.
C++int rm_force_sensor_t::coordinate

