class MotorFeedback

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
motor_idintMotor ID (1, nb_motor)You can manipulate the field motor_id as if it were a regular field. To clear the value of motor_id and reset it to the default value for its type, you call the ClearField() method of the Message interface.
positionfloatPosition of the gripper fingers in percentage (0-100%)You can manipulate the field position as if it were a regular field. To clear the value of position and reset it to the default value for its type, you call the ClearField() method of the Message interface.
velocityfloatVelocity of the gripper fingers in percentage (0-100%)You can manipulate the field velocity as if it were a regular field. To clear the value of velocity and reset it to the default value for its type, you call the ClearField() method of the Message interface.
current_motorfloatCurrent comsumed by the gripper motor (mA)You can manipulate the field current_motor as if it were a regular field. To clear the value of current_motor and reset it to the default value for its type, you call the ClearField() method of the Message interface.
voltagefloatMotor Voltage (V)You can manipulate the field voltage as if it were a regular field. To clear the value of voltage and reset it to the default value for its type, you call the ClearField() method of the Message interface.
temperature_motorfloatMotor temperature. (degrees Celsius)You can manipulate the field temperature_motor as if it were a regular field. To clear the value of temperature_motor and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: GripperCyclic (Python)