-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Struct support - vspec2ttl #241
Comments
@erikbosch. I see an extensive discussion about |
The agreed draft proposal can be found in COVESA/vehicle_signal_specification#511. Current status is that it is implemented with "beta quality" by Krishna, but only JSON exporter supports it. Plan is to have support for as many exporters as possible by VSS 4.0 end of april |
Hello, |
Hi @sanyakamra! KUKSA is a downstream project so what is does or support is out of scope for the VSS-project. But as being a member of the Kuksa project I created an issue at eclipse-kuksa/kuksa-databroker#14. In short KUKSA Databroker does not support struct data, and there is no one currently working on adding support. |
Hello @erikbosch, Thank you very much for the clarification. Much appreciated. For my use case, I'll take cues from the GNSS location example, such as: Topics:
I'm exploring a workaround where a parent signal, such as GNSS location, would have child signals like latitude and longitude. Whenever there's an update on either latitude or longitude, subscribing to the parent signal would automatically provide updates on the child signals. This would make it easier to process the data together or establish a dependency between child and parent signals. I introduced another branch and signal and tried using aggregate: true in vspec. However, when the topic datatype is string[], it doesn't provide updates when I subscribe to the parent node. Strangely, it works fine if the datatype is string, uint, or any other type, but not an array. Do you have any other suggestions or workarounds that might be worth considering? |
I know that there are discussions within Kuksa-project on semantics for various type of subscriptions, like:
I do not think Kuksa Databroker consider the |
Sure. Thanks for pointing me to right direction. Thank you for your time 👍 |
This issues concerns struct support for vspec2ttl.
Required work:
VSS Struct support is expected to be officially released for VSS 4.0, late April. To identify and manage remaining a work number of issues have been created to facilitate more detailed discussion and to identify volunteers for implementing/reviewing/testing.
@jdacoello has expressed interest in helping
The text was updated successfully, but these errors were encountered: