Skip to content

Commit 1637dd7

Browse files
Update osi_hostvehicledata.proto
Signed-off-by: Nader Thomas <a442105@europe.bmw.corp>
1 parent 807e03c commit 1637dd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_hostvehicledata.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ message HostVehicleData
6868

6969
// Interface regarding the navigation.
7070
//
71-
optional VehicleLocalization vehicle_localization = 9;
71+
optional VehiclePositionAndKinematics vehicle_position_and_kinematics = 9;
7272

7373
//
7474
// \brief The absolute base parameters of the vehicle.
@@ -289,7 +289,7 @@ message HostVehicleData
289289
//
290290
// \brief This message contains all the information the vehicle knows about its kinematic states.
291291
//
292-
message VehicleKinematics
292+
message VehiclePositionAndKinematics
293293
{
294294
//
295295
// \brief Current kinematic data based on the output of the Intertial Measurement Unit (IMU).

0 commit comments

Comments
 (0)