@@ -12,7 +12,7 @@ package osi3;
1212// This message can also be understood as an interface container for the signals of a rest bus simulation.
1313//
1414// 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.
1616//
1717// \image html OSI_HostVehicle.svg
1818//
@@ -36,14 +36,14 @@ message HostVehicleData
3636 //
3737 optional Identifier host_vehicle_id = 11 ;
3838
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 .
4040 // Current estimated location based on GPS- and related navigation sensors.
4141 //
4242 // \note Note that dimension and base_polygon need not be set.
4343 //
4444 optional BaseMoving location = 1 ;
4545
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 .
4747 // Current estimated location error based on GPS and related navigation
4848 // sensors.
4949 //
@@ -59,7 +59,7 @@ message HostVehicleData
5959 //
6060 optional VehiclePowertrain vehicle_powertrain = 4 ;
6161
62- // Interface regarding the brake system
62+ // Interface regarding the brake system.
6363 //
6464 optional VehicleBrakeSystem vehicle_brake_system = 5 ;
6565
0 commit comments