File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,7 @@ import "osi_detectedobject.proto";
1212import "osi_detectedoccupant.proto";
1313import "osi_sensorview.proto";
1414import "osi_featuredata.proto";
15- <<<<<<< HEAD
1615import "osi_logicaldetectiondata.proto";
17- =======
18- import "osi_hostvehicledata.proto";
19- >>>>>>> fix semicolon
2016
2117package 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}
You can’t perform that action at this time.
0 commit comments