Skip to content

Commit b65a0f3

Browse files
Further remove non-ASCII characters
Remove non-ASCII Characters which generates errors when running the ProtoBuf CI Builds
1 parent 09d7138 commit b65a0f3

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
@@ -341,8 +341,8 @@ message HostVehicleData
341341
//
342342
// Reference point: car body point coincident with the midpoint of rear axle in design configuration, defined by the following coordinates:
343343
// x: Position of rear axle
344-
//y: Vehicle longitudinal centerline
345-
//z: Wheel center 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)