-
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
ObstacleDetection instances, attributes and Adaptive CruiseControl #780
Conversation
…d adding Adaptive to CruiseControl
MoM:
|
Changing to draft for now. @tguild - feel free to switch back to "ready for review" when all discussions in other COVESA groups have finished, i.e. it has reached a stable state for final review |
Hej @erikbosch I took a look at the wiper example and only see frequency in cycles per minute, not an alternative with a stepped setting (eg slow, medium and fast - potentially represented as integer 1, 2, 3). |
In https://github.com/COVESA/vehicle_signal_specification/blob/master/spec/Body/Body.vspec we have two levels of wiper functionality. We have The
|
Thanks @erikbosch I was looking at WiperSystem.vspec which has Frequency instead of Body.vspec. I do not see any mechanism in YAML that suggests an either or situation. It seems both are defined and the underlying vehicle can support either or both Frequency or Mode (optionally plus Intensity for vehicles equipped with rain sensor). |
Adding alternative to distance in meters
trailing whitespace
more extraneous whitespace
spec/ADAS/ADAS.vspec
Outdated
unit: m | ||
description: Distance in meters to keep from lead vehicle | ||
|
||
CruiseControl.AdaptiveDistanceSet: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicate name?
MOM:
|
unique node name
DCO check is missing, a sign off is needed, see https://covesa.global/about-covesa/#contribute-code. Instructions on how to rebase and add signoff at https://github.com/COVESA/vehicle_signal_specification/pull/780/checks?check_run_id=33207647757 |
spec/ADAS/ADAS.vspec
Outdated
unit: m | ||
description: Distance in meters to keep from lead vehicle | ||
|
||
CruiseControl.AdaptiveIntvervalSet: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo Intverval
MoM:
|
@tguild - some minor things remaining like correcting |
Merged by #793 |
Adaptive cruise control distance setting typically seen on the dashboard user interface as increments (eg 1-5) that may be either vehicle lengths or an incremental variable that also factors in vehicle speed for safe following distance. If the latter a setting of 1 may be 10 meters at 30km/h but 30 at 90 km/h. In that case it would be more important to note the user preferred an adaptive buffer of 1 that has no fixed length but fluctuates with speed. We ask the OEM and suppliers on the VSS call to give clarity to conventions in production wrt adaptive cruise control.
In adding instances to ObstacleDetected, we want to be able to support multiple leaf nodes as multiple obstacles can be detected concurrently. Here too we want input from OEM and suppliers on the multitude of obstacle detecting sensors in mainstream vehicles. We realize more advanced autonomous vehicles will have far more lidar/camera/other sensors detecting and tracking obstacles. Degrees with zero being directly in front would provide more flexibility but trying to keep it simple. We want to avoid Center in both Y and X axis and based on feedback will likely go with "Middle" or "-" for Y.
instances:
- ["Front", "-", "Rear"]
- ["Left", "Center", "Right"]
We also want ObjectType such as wildlife, pedestrian, bicycle, vehicle, etc but again hope someone in the community can direct us to an effort like Sensoris that should be leveraged instead of defining ourselves.