-
Notifications
You must be signed in to change notification settings - Fork 170
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
Representing signals in VSS tree #727
Comments
Good question, what we have in VSS today is among others the signal below which maybe cover parts of what you are looking for.
It was originally intended to mimic typical states for a physical ignition switch, but may roughly match "vehicle state" also for keyless vehicles and electrical vehicle. The Could you possible say something about your intended use-case. Do you want to monitor if a specific motor (or any motor) is rotating, or are you rather interested in if a specific motor (or any motor) is enabled/ready? Like if you are waiting at a red light with a hybrid vehicle, what information would you like to get? In that case possibly neither the electric motor not the combustion engine are rotating, but they might both be enabled/ready and ready to start delivering power as soon as you press the gas pedal. |
MoM: Presented at VSS meeting |
I am looking for some advice on representing engine ignition state in VSS consistently across the different Vehicle.Powertrain.Type {COMBUSTION, HYBRID, ELECTRIC}.
eg: Vehicle.PowerTrain.CombustionEngine.IsRunning indicates whether the ignition is currently on or off
The text was updated successfully, but these errors were encountered: