-
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
Wheel angular velocity #678
Comments
Thanks for posting this @PKersting! I converted this to an issue, as I think so far nobody used discussions (We are using issues for that). Here is the discussion from when the datapoint was created #464 It seems at the time I had similar doubts as you, but at the time available information pointed to a "linear speed" being more useful. Are there any (public) examples in which context or standards a rad/s value is used/better Especially in this case it is not a "trivial" conversion for an application/service using the signal like km/h vs m/s as at the dimensions of the tire come into play |
It is also partially related to the discussion in #675 on derived data, would we benefit from having multiple signals for different use-cases? I.e is there a value in having both? If you know tire dimension you can convert between them (even if I do not know if you need to add a small correction factor to consider dynamics of the tire, tire pressure, temperature and so on...) For reference, in Andoid VHAL they instead have tick-counter and "micrometers per tick", which could be used to derive wheel speed in km/h, but not rad/s unless you know "number of ticks per rotation" As pointed out by Sebastian - it would be good to know more about actual use cases. My understanding is that some internal functions (like ABS) typically work on change in ticks rather than km/h or rad/s. On the other hand, if a vehicle use wheel speed as input for |
I think you can argue one way or the other, depending on the use case. If km/h is to remain, it would be good in my point of view to change the description from "Rotational speed of a vehicle's wheel." to "Speed of a vehicle's wheel on ground level." "Rotational" does not seem to be the right term in this context. |
Discussed 2024-02-13, see https://wiki.covesa.global/pages/editpage.action?pageId=48529442 No problem to add another signal |
Discussed in #677
Originally posted by PKersting October 26, 2023
Wouldn't it be more suitable to use angular velocity (rad/s) instead of rotational velocity in km/h for the vehicle speed?
see https://github.com/COVESA/vehicle_signal_specification/blob/master/spec/Chassis/Wheel.vspec
The text was updated successfully, but these errors were encountered: