class TrajectoryErrorElement

June 4, 2021 ยท View on GitHub

Member values

Member nameData typeDescriptionUsage
error_typeintError typeYou can manipulate the field error_type as if it were a regular field. To clear the value of error_type and reset it to the default value for its type, you call the ClearField() method of the Message interface.
error_identifierintThis field is deprecated and will be removed in a future release.You can manipulate the field error_identifier as if it were a regular field. To clear the value of error_identifier and reset it to the default value for its type, you call the ClearField() method of the Message interface.
error_valuefloatErroneous valueYou can manipulate the field error_value as if it were a regular field. To clear the value of error_value and reset it to the default value for its type, you call the ClearField() method of the Message interface.
min_valuefloatMinimum permitted valueYou can manipulate the field min_value as if it were a regular field. To clear the value of min_value and reset it to the default value for its type, you call the ClearField() method of the Message interface.
max_valuefloatMaximum permitted valueYou can manipulate the field max_value as if it were a regular field. To clear the value of max_value and reset it to the default value for its type, you call the ClearField() method of the Message interface.
indexintActuator indexYou can manipulate the field index as if it were a regular field. To clear the value of index and reset it to the default value for its type, you call the ClearField() method of the Message interface.
messagestrClarification message for the errorYou can manipulate the field message as if it were a regular field. To clear the value of message and reset it to the default value for its type, you call the ClearField() method of the Message interface.
waypoint_indexintWaypoint index (if it applies)You can manipulate the field waypoint_index as if it were a regular field. To clear the value of waypoint_index and reset it to the default value for its type, you call the ClearField() method of the Message interface.

Parent topic: Base (Python)