File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import "osi_detectedobject.proto";
1212import "osi_detectedoccupant.proto" ;
1313import "osi_sensorview.proto" ;
1414import "osi_featuredata.proto" ;
15+ import "osi_hostvehicledata.proto"
1516
1617package osi3 ;
1718
@@ -130,6 +131,7 @@ message SensorData
130131 //
131132 optional Timestamp timestamp = 2 ;
132133
134+ // Deprecated: Will be removed in next major release. Moved to HostVehicleData.VehiclePositionAndKinematics.
133135 // The sensors estimated location of the host vehicle
134136 //
135137 // \note This value is only set by sensors that are able to
@@ -139,6 +141,7 @@ message SensorData
139141 //
140142 optional BaseMoving host_vehicle_location = 3 ;
141143
144+ // Deprecated: Will be removed in next major release. Moved to HostVehicleData.VehiclePositionAndKinematics.
142145 // The sensors estimated location error of the host vehicle
143146 //
144147 // \note This value is only set by sensors that are able to
@@ -297,4 +300,8 @@ message SensorData
297300 // object hypothesis and tracking.
298301 //
299302 optional FeatureData feature_data = 26 ;
303+
304+ // Host vehicle data measured by the sensors.
305+ //
306+ optional HostVehicleData host_vehicle = 27 ;
300307}
You can’t perform that action at this time.
0 commit comments