We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b525273 commit 833492dCopy full SHA for 833492d
osi_hostvehicledata.proto
@@ -68,7 +68,7 @@ message HostVehicleData
68
69
// Interface regarding the navigation.
70
//
71
- optional VehicleLocalization vehicle_localization = 9;
+ optional VehiclePositionAndKinematics vehicle_position_and_kinematics = 9;
72
73
74
// \brief The absolute base parameters of the vehicle.
@@ -289,7 +289,7 @@ message HostVehicleData
289
290
// \brief This message contains all the information the vehicle knows about its kinematic states.
291
292
- message VehicleKinematics
+ message VehiclePositionAndKinematics
293
{
294
295
// \brief Current kinematic data based on the output of the Intertial Measurement Unit (IMU).
0 commit comments