Skip to content

Commit f343997

Browse files
committed
fix comments
Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent fda0425 commit f343997

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

osi_hostvehicledata.proto

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,6 @@ message HostVehicleData
338338
//
339339
message GeoreferencedInformation
340340
{
341-
// ToDo: Offset?
342-
343341
// Longitude in decimal degrees regarding WGS84.
344342
//
345343
// Unit: Degree
@@ -367,7 +365,7 @@ message HostVehicleData
367365
// Unit: Degree
368366
// Range: [0; 360]
369367
//
370-
// optional double heading = 4;
368+
optional double heading = 4;
371369

372370
// Accuracy of localization measurement in percentage of the units.
373371
//

0 commit comments

Comments
 (0)