Skip to content

Commit 4791864

Browse files
Remove non-ASCII characters
Remove non-ASCII Characters which generates errors when running the ProtoBuf CI Builds Signed-off-by: Maikol Drechsler <[email protected]>
1 parent 17e5cb6 commit 4791864

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

osi_hostvehicledata.proto

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -336,13 +336,13 @@ message HostVehicleData
336336
//
337337
optional GeodeticPosition geodetic_position = 3;
338338

339-
// Most accurate curvature currently followed by vehicle and available in the on-board network,
340-
// measured from a localization system.
341-
//
339+
// Most accurate curvature currently followed by vehicle and available in the on-board network,
340+
// measured from a localization system.
341+
//
342342
// Reference point: car body point coincident with the midpoint of rear axle in design configuration, defined by the following coordinates:
343-
//   x: Position of rear axle        
344-
//   y: Vehicle longitudinal centerline        
345-
//   z: Wheel center of rear axle
343+
// x: Position of rear axle
344+
// y: Vehicle longitudinal centerline
345+
// z: Wheel center of rear axle
346346
//
347347
optional double current_curvature = 4;
348348

0 commit comments

Comments
 (0)