-
Notifications
You must be signed in to change notification settings - Fork 172
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
Signal Not Reflected in JSON After VSS Build #795
Comments
Hi! How did you generate the JSON? I tried:
Then generating JSON using installed vss-tools, the overlay and the extra attribute
Then looking in the JSON the overlay seem to have been correctly applied.
|
Hi @erikbosch
But wasn't able to get in json still |
I used a local build from the It seems that you are experiencing this bug: COVESA/vss-tools#346 That was fixed in 4.2, so updating to 4.2 could be an option (In 5.0 the CLI was restructured and some checks became stricter, so would be a bigger hurdle to upgrade to 5.0). Off course you could also try to patch your 4.1-version with the changes from the PR. A side note, in your example you use both |
Hi @erikbosch,
I have a signal in VSS:
However, when I build VSS, this signal doesn’t show up in the JSON.
Other signals like Vehicle.Body.Trunk.Rear.IsOpen or Vehicle.Cabin.Door.Row1.PassengerSide.IsOpen work fine and display the DBC signal in the JSON.
For the above signal, I even tried using Vehicle.Chassis.Axle.Row1.Wheel.Left.Tire.IsPressureLow, but it still doesn’t appear in the JSON.
The existing JSON seems to include default entries, like this:
Could you help me understand why the signal isn’t being reflected properly in the JSON?
The text was updated successfully, but these errors were encountered: