Skip to content

End-Effector Basic Information rm_plus_base_info_t

Parameter description

ParameterTypeDescription
manuc_char * 10Device manufacturer
typec_intDevice type
hvc_char * int(10)Hardware version
svc_char * int(10)Software version
bvc_char * int(10)Boot version
idc_intDevice ID
dofc_intDegrees of freedom
checkc_intSelf-check switch
beec_intBeeper switch
forcec_boolForce control support
touchc_boolTactile support
touch_numc_intNumber of tactile sensors
touch_swc_intTactile switch
handc_intHand orientation
pos_upc_int * 12Position upper limit
pos_lowc_int * 12Position lower limit
angle_upc_int * 12Angle upper limit
angle_lowc_int * 12Angle lower limit
speed_upc_int * 12Speed upper limit
speed_lowc_int * 12Speed lower limit
force_upc_int * 12Force upper limit
force_lowc_int * 12Force lower limit

Member function

python
rm_plus_base_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.