Conversation
10ed133 to
339db9e
Compare
339db9e to
c8df463
Compare
|
Would you be able to provide an example |
Just generate one with: The Eventually COVESA should maintain a common |
9ad57fc to
d23c553
Compare
cc8c987 to
a2c86a7
Compare
@mikehaller there are minimal examples in the tests if you just want to see how it may look like. E.g. |
|
MoM:
|
|
From the doc (https://github.com/COVESA/vss-tools/blob/a2c86a73c939c0818d88116771461c7186aee2c1/docs/vhal.md#property-change-mode):
Can you explain why an VSS actuator node has a static change mode? Perhaps I misunderstand the meaning of change mode in the mapper. |
Hi, I have overlooked https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/sensor_actuator/#actuator-type:
should be same as sensor. I will fix that. |
7d7aeb0 to
14cd5b7
Compare
4739489 to
a62c5bf
Compare
|
Still intentionally in draft @jankubovy ? |
Hi @erikbosch, thanks for asking. Since the AOSP part is now also out I need to just rebase it and then it can be merged. |
Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
e7c5029 to
f29b5e6
Compare
8218a62 to
d93495c
Compare
- Change VSS permission naming scheme. - Rename VSS VHAL to more generic OEM VHAL. - Simplify parameters. Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
d93495c to
2c5b297
Compare
COVESA#500 Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
2c5b297 to
5787873
Compare
There was a problem hiding this comment.
If I understand things correctly you are copying the current vspec and using it as test data. That is fine. But what is the intended approach forward? Shall these files be updated regularly when VSS master branch changes or is it ok to keep them static as long as they work. I was thinking if a small comment here or in a README on the tests are supposed to be maintained could be useful.
There was a problem hiding this comment.
docs/vhal.md
Outdated
| --vspec /path/to/vehicle_signal_specification/spec/VehicleSignalSpecification.vspec \ | ||
| --property-group 4 \ | ||
| --vhal-map vss_to_android_property_map.json \ | ||
| --continuous-list-change-mode vss_continuous.json \ |
There was a problem hiding this comment.
Should be --continuous-change-mode ?
There was a problem hiding this comment.
Also for the JSON files mentioned here - do we have any example files? I think it could have an example of the syntax for both vhal-map and continuous-list as well as example files so you easily could test out the tool.
In VSS we have as part of https://github.com/COVESA/vehicle_signal_specification/blob/master/.github/workflows/buildcheck.yml calls to Makefile to execute all exporters. If we would have a very simple example file just including say 5 stable VSS signals we could use that in VSS Continuous Integration for a sanity check that things seems still to work when VSS catalog changes.
There was a problem hiding this comment.
I have added an explanation to the example: --continuous-change-mode is shown above, --vhal-map does not need to exist - it will be created upon first run.
There was a problem hiding this comment.
I can add some example in the Makefile of vehicle_signal_specification later :)
Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
Signed-off-by: Jan Kubovy <jan.kubovy@bmw.de>
This mapper should serve as a basis for the ongoing generic VHAL discussions. See the docs/vhal.md for more information.