Skip to content

Commit 03921f2

Browse files
committed
Add HostVehicleData to SensorData #480
Signed-off-by: Schlömicher Thomas <thomas.schloemicher@avl.com> Signed-off-by: Schloemicher, Thomas AVL,AT <thomas.schloemicher@avl.com>
1 parent 8b7d52a commit 03921f2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

osi_sensordata.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import "osi_detectedobject.proto";
1212
import "osi_detectedoccupant.proto";
1313
import "osi_sensorview.proto";
1414
import "osi_featuredata.proto";
15+
import "osi_hostvehicledata.proto"
1516

1617
package 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
}

0 commit comments

Comments
 (0)