Skip to content

Commit

Permalink
Proposed changes
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <[email protected]>
  • Loading branch information
erikbosch committed Dec 10, 2024
1 parent 3950e3f commit 623bfa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/ADAS/ADAS.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ CruiseControl.AdaptiveDistanceSet:
datatype: float
type: actuator
unit: m
min: 0.0
description: Distance in meters to keep from lead vehicle

CruiseControl.AdaptiveIntervalSet:
Expand Down Expand Up @@ -154,10 +155,11 @@ ObstacleDetection.Distance:
datatype: float
type: sensor
unit: m
min: 0.0
description: Distance in meters to detected object

ObstacleDetection.TimeGap:
datatype: int32
datatype: uint32
type: sensor
unit: ms
description: Time in milliseconds before potential impact object
Expand Down

0 comments on commit 623bfa9

Please sign in to comment.