Skip to content

Commit 0700eab

Browse files
committed
Add host vehicle location to SensorData
1 parent edb704d commit 0700eab

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

osi_sensordata.proto

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,22 @@ message SensorData
199199
//
200200
optional FeatureData feature_data = 25;
201201

202+
// The sensors estimated location of the host vehicle
203+
//
204+
// \note This value is only set by sensors that are able to
205+
// provide an own estimation of the host vehicle location.
206+
// \note Note that dimension and base_polygon need not be set.
207+
//
208+
optional BaseMoving host_vehicle_location = 26;
209+
210+
// The sensors estimated location error of the host vehicle
211+
//
212+
// \note This value is only set by sensors that are able to
213+
// provide an own estimation of the host vehicle location.
214+
// \note Note that dimension and base_polygon need not be set.
215+
//
216+
optional BaseMoving host_vehicle_location_rmse = 27;
217+
202218
}
203219

204220
//

0 commit comments

Comments
 (0)