vehicle_signal_specification
vehicle_signal_specification copied to clipboard
Vehicle Signal Specification - standardized way to describe automotive data
There are currently situations where a property is modelled (e.g., `Window.Position`). Then another property, that could be easily derived from the previous one, is also defined (e.g., Window.IsOpen) ```YAML Vehicle.Cabin.Door.Row1.Left.Window.Position:...
Hi All, What would be the good way on handling UNIX timestamp in ms and s as well? Right now we have following description UNIX Timestamp | Time | Unix...
I see the following cases that are related with the lack of a formal (and explicit) machine-readable lookup tables: * Case A - The use of a predefined set of...
In https://github.com/COVESA/vehicle_signal_specification/blob/master/spec/units.yaml we use units like `m/s^2`, but we do not specify the format we use for describing units, like why we use `^` for acceleration. Preferably we shall add...
A topic that comes up now and then is removal of the [OBD](https://github.com/COVESA/vehicle_signal_specification/blob/master/spec/OBD/OBD.vspec) branch. Sometimes the rationale is that COVESA should not care about diagnostics data at all, sometimes that...
Currently some attributes like: 1. Vehicle.Cabin.DoorCount 2. Vehicle.Cabin.SeatRowCount 3. Vehicle.Cabin.SeatPosCount 4. Vehicle.Chassis.AxleCount 5. Vehicle.Chassis.Axle.WheelCount are missing min/max value (constraints), which can lead to some not realistic numbers for OpenAPI or...
The `instantiate: false` attribute is described in VSS documentation but not actively used in current VSS standard catalog. It is intended to give something similar to C++ static class members,...
There is a lack of written guidance regarding language to be used in VSS. We currently implicitly use the English language, with a preference for using American terminology for parts...
We need to agree on a process for how to handle major vs minor releases. **Background** Now and then we see a need to do backward incompatible changes, like changing...
Hi this is a feature request Adding [jsonschema](https://json-schema.org/) support for the specification Why: JsonSchema is machine readable and can be use for generating code, validating structure and is widely adopted...