Skip to content

End-Effector Real-Time Information rm_plus_state_info_t

Parameter description

ParameterTypeDescription
sys_stateintSystem status.
dof_statelist[int]Current state of each degree of freedom.
dof_errlist[int]Error information of each degree of freedom.
poslist[int]Current position of each degree of freedom.
speedlist[int]Current speed of each degree of freedom, positive for closing, negative for releasing, unit: dimensionless.
anglelist[int]Current angle of each degree of freedom.
currentlist[int]Current current of each degree of freedom.
normal_forcelist[int]Normal force of the three-dimensional tactile force of each degree of freedom.
tangential_forcelist[int]Tangential force of the three-dimensional tactile force of each degree of freedom.
tangential_force_dirlist[int]Direction of the tangential force of the three-dimensional tactile force of each degree of freedom.
tsalist[int]Tactile self-approach of each degree of freedom.
tmalist[int]Tactile mutual approach of each degree of freedom.
touch_datalist[int]Raw data of the tactile sensors.
forcelist[int]Torque of each degree of freedom, positive for closing, negative for releasing, unit: 0.001N.

Member function

python
rm_plus_state_info_t.to_dict(self,recurse = True)

Returns the class variables as a dictionary. If recurse is True, it recursively processes the fields of the ctypes structure.