@@ -12,7 +12,7 @@ package osi3;
12
12
// This message can also be understood as an interface container for the signals of a rest bus simulation.
13
13
//
14
14
// It consists of different messages categorizing the vehicle in:
15
- // Basics, powertrain, brake system, vehicle steering, vehicle wheels, vehicle localization.
15
+ // Basics, powertrain, brake system, steering, wheels and localization.
16
16
//
17
17
// \image html OSI_HostVehicle.svg
18
18
//
@@ -36,14 +36,14 @@ message HostVehicleData
36
36
//
37
37
optional Identifier host_vehicle_id = 11 ;
38
38
39
- // Deprecated: Will be removed in next major release. Moved to VehiclePositionAndKinematics .
39
+ // Deprecated: Will be removed in next major release. Moved to vehicle_localization .
40
40
// Current estimated location based on GPS- and related navigation sensors.
41
41
//
42
42
// \note Note that dimension and base_polygon need not be set.
43
43
//
44
44
optional BaseMoving location = 1 ;
45
45
46
- // Deprecated: Will be removed in next major release. Moved to VehiclePositionAndKinematics .
46
+ // Deprecated: Will be removed in next major release. Moved to vehicle_localization .
47
47
// Current estimated location error based on GPS and related navigation
48
48
// sensors.
49
49
//
@@ -59,7 +59,7 @@ message HostVehicleData
59
59
//
60
60
optional VehiclePowertrain vehicle_powertrain = 4 ;
61
61
62
- // Interface regarding the brake system
62
+ // Interface regarding the brake system.
63
63
//
64
64
optional VehicleBrakeSystem vehicle_brake_system = 5 ;
65
65
0 commit comments