class ActuatorFeedback

August 13, 2019 · View on GitHub

Member values

Member nameData typeDescriptionUsage
command_idintCommand ID (first 2 bytes: device ID, last 2 bytes: sequence number)You can manipulate the field command_id as if it were a regular field. To clear the value of command_id and reset it to the default value for its type, you call the ClearField() method of the Message interface.
status_flagsintStatus flagsYou can manipulate the field status_flags as if it were a regular field. To clear the value of status_flags and reset it to the default value for its type, you call the ClearField() method of the Message interface.
jitter_commintJitter from the communication (in microseconds)You can manipulate the field jitter_comm as if it were a regular field. To clear the value of jitter_comm and reset it to the default value for its type, you call the ClearField() method of the Message interface.
positionfloatPosition of the actuator (in degrees)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 actuator (in degrees per second)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.
torquefloatTorque of the actuator (in Newton * meters)You can manipulate the field torque as if it were a regular field. To clear the value of torque and reset it to the default value for its type, you call the ClearField() method of the Message interface.
current_motorfloatCurrent of the motor (in Amperes)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.
voltagefloatVoltage of the main board (in Volts)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 (maximum of the three (3) phase temperatures in °C)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.
temperature_corefloatMicrocontroller temperature (in degrees Celsius)You can manipulate the field temperature_core as if it were a regular field. To clear the value of temperature_core and reset it to the default value for its type, you call the ClearField() method of the Message interface.
fault_bank_aintFault bank AYou can manipulate the field fault_bank_a as if it were a regular field. To clear the value of fault_bank_a and reset it to the default value for its type, you call the ClearField() method of the Message interface.
fault_bank_bintFault bank BYou can manipulate the field fault_bank_b as if it were a regular field. To clear the value of fault_bank_b and reset it to the default value for its type, you call the ClearField() method of the Message interface.
warning_bank_aintWarning bank AYou can manipulate the field warning_bank_a as if it were a regular field. To clear the value of warning_bank_a and reset it to the default value for its type, you call the ClearField() method of the Message interface.
warning_bank_bintWarning bank BYou can manipulate the field warning_bank_b as if it were a regular field. To clear the value of warning_bank_b and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: BaseCyclic (Python)