File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff 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//
You can’t perform that action at this time.
0 commit comments