Skip to content

Commit b97d5d2

Browse files
0815-codeThomasNaderBMW
authored andcommitted
remove host vehicle data from sensor data again
Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent bae3655 commit b97d5d2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

osi_sensordata.proto.orig

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ import "osi_detectedobject.proto";
1212
import "osi_detectedoccupant.proto";
1313
import "osi_sensorview.proto";
1414
import "osi_featuredata.proto";
15-
<<<<<<< HEAD
1615
import "osi_logicaldetectiondata.proto";
17-
=======
18-
import "osi_hostvehicledata.proto";
19-
>>>>>>> fix semicolon
2016

2117
package osi3;
2218

@@ -302,6 +298,7 @@ message SensorData
302298
// object hypothesis and tracking.
303299
//
304300
optional FeatureData feature_data = 26;
301+
<<<<<<< HEAD
305302

306303
// Logical detection data interface.
307304
//
@@ -317,4 +314,6 @@ message SensorData
317314
// in cartesian coordinates.
318315
//
319316
optional LogicalDetectionData logical_detection_data = 27;
317+
=======
318+
>>>>>>> remove host vehicle data from sensor data again
320319
}

0 commit comments

Comments
 (0)