xviz
xviz copied to clipboard
XVIZMetadataBuilder.log_info does not work as intended
According to spec https://avs.auto/#/xviz/api-reference/xviz-builder/xviz-metadata-builder?section=methods,
XVIZMetadataBuilder.log_info
should allow custom field to be added to log_info
. However this is constrained by protocol buffer definition as the LogInfo
message can only have the start_time
and end_time
fields
Referring to the Python library
Did you solve this issue?
Using a hack. Add a dummy stream like /log_info/xyz
. Place the value in the source
field which accepts free text
Ok, thank you)
Sorry, this only works when using the JSON and the docs are not clear about that. I will keep this open until I update the docs.