forked from COVESA/vss-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Struct.vspec
47 lines (32 loc) · 821 Bytes
/
Struct.vspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Vehicle:
type: branch
Vehicle.ADAS:
type: branch
Vehicle.ADAS.Lidar:
type: branch
Vehicle.ADAS.Lidar.ObstacleClass:
type: struct
Vehicle.ADAS.Lidar.ObstacleClass.Class:
type: item
datatype: uint64
Vehicle.ADAS.Lidar.Obstacle:
type: struct
Vehicle.ADAS.Lidar.Obstacle.Id:
type: item
datatype: int64
Vehicle.ADAS.Lidar.Obstacle.Probability:
type: item
datatype: float
Vehicle.ADAS.Lidar.Obstacle.Class:
type: item
datatype: Vehicle.ADAS.Lidar.ObstacleClass.Class
Vehicle.ADAS.Lidar.ObstacleList:
type: struct
Vehicle.ADAS.Lidar.ObstacleList.Data:
type: item
datatype: Vehicle.ADAS.Lidar.Obstacle[]
Vehicle.ADAS.Lidar.Front:
type: branch
Vehicle.ADAS.Lidar.Front.Obstacles:
type: sensor
datatype: Vehicle.ADAS.Lidar.ObstacleList