Skip to content

Commit 4a4d1d0

Browse files
ThomasNaderBMWNader Thomas
authored andcommitted
Update osi_hostvehicledata.proto
Signed-off-by: Nader Thomas <a442105@europe.bmw.corp>
1 parent 8fc6c0d commit 4a4d1d0

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

osi_hostvehicledata.proto

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ message HostVehicleData
4444
// \endrules
4545
//
4646
optional Identifier id = 3;
47-
47+
4848
// The basic parameters of the vehicle.
4949
//
5050
optional VehicleBasics vehicle_basics = 4;
@@ -267,11 +267,12 @@ message HostVehicleData
267267
//
268268
//optional Vector3d contact_point = 4;
269269

270-
// Contains the rotational speed of each wheel per second.
270+
// Contains the rotation rate of the wheel per second in radians.
271+
// Based on the processed output of the hall sensor at the wheel.
271272
//
272273
// Unit: rad/s
273274
//
274-
//optional double rotational_speed = 5;
275+
optional double rotation_rate = 5;
275276

276277
// Contains the longitudinal slip of the tire.
277278
// \par References:
@@ -285,26 +286,29 @@ message HostVehicleData
285286

286287
//
287288
// \brief This message contains all the information the vehicle knows about its kinematic states.
288-
// Usually
289289
//
290290
message VehicleKinematics
291291
{
292292
//
293-
// \brief This message contains information about the vehicle's knowledge about its own cartesian position.
293+
// \brief Current kinematic data based on the output of the Intertial Measurement Unit (IMU).
294294
//
295295
message CartesianInformation
296296
{
297-
// To be discussed.
298-
// xyz, pitch,roll,yaw., velocities, accelerations, one level higher
297+
// Current kinematic data based on the output of the Intertial Measurement Unit (IMU).
298+
//
299+
// \note Note that dimension and base_polygon need not be set.
300+
//
299301
optional BaseMoving cartesian_data = 1;
300-
301-
// To be discussed.
302-
// xyz, pitch,roll,yaw., velocities, accelerations, one level higher
303-
optional BaseMoving cartesian_data_rmse
302+
303+
// Current kinematic data error based on the output of the Intertial Measurement Unit (IMU).
304+
//
305+
// \note Note that dimension and base_polygon need not be set.
306+
//
307+
optional BaseMoving cartesian_data_rmse = 2;
304308
}
305309

306310
//
307-
// \brief This message contains information about the vehicle's georeferenced positioning solution component.
311+
// \brief Current estimated location based on the output of the GPS-Unit.
308312
//
309313
message GeoreferencedInformation
310314
{

0 commit comments

Comments
 (0)