class Feedback

August 13, 2019 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
feedback_idMessageIdMessageIdTo set feedback_id, you simply assign a value directly to a field within feedback_id. You can also use the parent message's HasField() method to check if a message type field value has been set.
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.
imu_acceleration_xfloatIMU Measured acceleration (X-Axis) of the interface module (in meters per second ^ squared)You can manipulate the field imu_acceleration_x as if it were a regular field. To clear the value of imu_acceleration_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
imu_acceleration_yfloatIMU Measured acceleration (Y-Axis) of the interface module (in meters per second ^ squared)You can manipulate the field imu_acceleration_y as if it were a regular field. To clear the value of imu_acceleration_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
imu_acceleration_zfloatIMU Measured acceleration (Z-Axis) of the interface module (in meters per second ^ squared)You can manipulate the field imu_acceleration_z as if it were a regular field. To clear the value of imu_acceleration_z and reset it to the default value for its type, you call the ClearField() method of the Message interface.
imu_angular_velocity_xfloatIMU Measured angular velocity (X-Axis) of the interface module (in degrees per second)You can manipulate the field imu_angular_velocity_x as if it were a regular field. To clear the value of imu_angular_velocity_x and reset it to the default value for its type, you call the ClearField() method of the Message interface.
imu_angular_velocity_yfloatIMU Measured angular velocity (Y-Axis) of the interface module (in degrees per second)You can manipulate the field imu_angular_velocity_y as if it were a regular field. To clear the value of imu_angular_velocity_y and reset it to the default value for its type, you call the ClearField() method of the Message interface.
imu_angular_velocity_zfloatIMU Measured angular velocity (Z-Axis) of the interface module (in degrees per second)You can manipulate the field imu_angular_velocity_z as if it were a regular field. To clear the value of imu_angular_velocity_z 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 Volt)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_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 A (see InterconnectConfig.SafetyIdentifier)You 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 B (see InterconnectConfig.SafetyIdentifier)You 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 A (see InterconnectConfig.SafetyIdentifier)You 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 B (see InterconnectConfig.SafetyIdentifier)You 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.
gripper_feedbackoneof:tool_feedback FeedbackGripper model tool feedbackYou can manipulate the field gripper_feedback as if it were a regular field. To clear the value of gripper_feedback and reset it to the default value for its type, you call the ClearField() method of the Message interface. The message class also has a WhichOneof method that lets you find out which field (if any) in the oneof has been set.

Parent topic: InterconnectCyclic (Python)