@@ -12,15 +12,15 @@ package osi3;
12
12
// If there is a duplication with values from the rest of SensorView or SensorData, than these shall be taken.
13
13
//
14
14
// It consists of different messages categorizing the vehicle in:
15
- // Vehicle- Basics, Vehicle-Powertrain, Vehicle-SteeringWheel, Vehicle-Wheels, Vehicle-Localization .
15
+ // Basics, powertrain, brake system, vehicle steering, vehicle wheels, vehicle localization .
16
16
//
17
17
// \image html OSI_HostVehicle.svg
18
18
//
19
19
message HostVehicleData
20
20
{
21
21
// The interface version used by the sender.
22
22
//
23
- optional InterfaceVersion version = 10 ;
23
+ optional InterfaceVersion version = 9 ;
24
24
25
25
// The timestamp of the host vehicle data. Zero time is arbitrary but must be
26
26
// identical for all messages. Zero time does not need to coincide with
@@ -30,7 +30,11 @@ message HostVehicleData
30
30
// \note This is the point in time that the host vehicle data message becomes
31
31
// available as snapshot from the board net information.
32
32
//
33
- optional Timestamp timestamp = 11 ;
33
+ optional Timestamp timestamp = 10 ;
34
+
35
+ // The ID of the host vehicle in any associated GroundTruth data.
36
+ //
37
+ optional Identifier host_vehicle_id = 11 ;
34
38
35
39
// Deprecated: Will be removed in next major release. Moved to VehiclePositionAndKinematics.
36
40
// Current estimated location based on GPS- and related navigation sensors.
@@ -63,7 +67,7 @@ message HostVehicleData
63
67
//
64
68
optional VehicleSteering vehicle_steering = 6 ;
65
69
66
- // Interface regarding the wheels .
70
+ // Interface regarding the internal wheel states .
67
71
//
68
72
optional VehicleWheels vehicle_wheels = 7 ;
69
73
@@ -187,7 +191,7 @@ message HostVehicleData
187
191
}
188
192
189
193
//
190
- // \brief The focus here is on the description of the wheels .
194
+ // \brief The focus here is on the description of internal wheel states .
191
195
//
192
196
message VehicleWheels
193
197
{
@@ -198,7 +202,7 @@ message HostVehicleData
198
202
repeated WheelData wheel_data = 1 ;
199
203
200
204
//
201
- // \brief The focus here is on the description of a wheel.
205
+ // \brief The focus here is on the description of internal wheel states .
202
206
//
203
207
message WheelData
204
208
{
0 commit comments