Skip to content

Commit 9457f11

Browse files
ThomasNaderBMWpmai
authored andcommitted
Added host vehicle id and minor description modifications.
Signed-off-by: Thomas Nader <Thomas.Nader@bmw.de>
1 parent feaf8f8 commit 9457f11

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

osi_hostvehicledata.proto

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ package osi3;
1212
// If there is a duplication with values from the rest of SensorView or SensorData, than these shall be taken.
1313
//
1414
// 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.
1616
//
1717
// \image html OSI_HostVehicle.svg
1818
//
1919
message HostVehicleData
2020
{
2121
// The interface version used by the sender.
2222
//
23-
optional InterfaceVersion version = 10;
23+
optional InterfaceVersion version = 9;
2424

2525
// The timestamp of the host vehicle data. Zero time is arbitrary but must be
2626
// identical for all messages. Zero time does not need to coincide with
@@ -30,7 +30,11 @@ message HostVehicleData
3030
// \note This is the point in time that the host vehicle data message becomes
3131
// available as snapshot from the board net information.
3232
//
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;
3438

3539
// Deprecated: Will be removed in next major release. Moved to VehiclePositionAndKinematics.
3640
// Current estimated location based on GPS- and related navigation sensors.
@@ -63,7 +67,7 @@ message HostVehicleData
6367
//
6468
optional VehicleSteering vehicle_steering = 6;
6569

66-
// Interface regarding the wheels.
70+
// Interface regarding the internal wheel states.
6771
//
6872
optional VehicleWheels vehicle_wheels = 7;
6973

@@ -187,7 +191,7 @@ message HostVehicleData
187191
}
188192

189193
//
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.
191195
//
192196
message VehicleWheels
193197
{
@@ -198,7 +202,7 @@ message HostVehicleData
198202
repeated WheelData wheel_data = 1;
199203

200204
//
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.
202206
//
203207
message WheelData
204208
{

0 commit comments

Comments
 (0)