vehicle_signal_specification
vehicle_signal_specification copied to clipboard
Vehicle Signal Specification - standardized way to describe automotive data
**Background** We try as much as possible to reuse signals for recurring purposes like `IsOpen` and `Position`. That works quite well with the `#include` concept, but as of today that...
I was wondering if there is a standard mechanism/format for serializing VSS data to a byte array/stream. This could be used to transfer signal data from a vehicle to a...
A recurring topic is how to handle vehicle variation - how can you find out which signals that are supported by a specific vehicle? This issues intends to capture the...
Some attributes in VSS, such as Vehicle.VehicleIdentification.KnownVehicleDamages need to change at some point. The documentation on attributes mentions one way in which this can happen: upon an ignition cycle, a...
In PR #573 the branch Vehicle.ADAS.DMS was added, which is described as "Driver Monitoring System signals". This branch contains fairly high-level signals, indicating such things as enablement, warning, and error....
We have a [recommendation](https://covesa.github.io/vehicle_signal_specification/rule_set/data_entry/allowed/) that single quotes shall be used for string literals. But it is not consistently used. In most cases it has no practical consequence - the *.vspec...
I just push my initial Rust vss-parser https://github.com/redpesk-labs/vss-covesa-rs . My goal it to build something equivalent to what I did for dbc/sockcan https://github.com/redpesk-labs/canbus-rs . Note that this code should remain...
Based on discussion in meeting 2023-05-02: - Shall we make units mandatory to make sure that we add a unit where necessary - Then we need an explicit unit "none"...
As discussed in PR https://github.com/COVESA/vehicle_signal_specification/pull/536 > If we assume that we need to support two scenarios: The user/driver can specify a minimum limit. When charging has reached that limit the...
As of today this repository defines both catalog syntax and also the actual catalog. As we move in the direction of decoupling metamodel/syntax and catalog most documentation should better be...