Skip to content

Commit b1db3d4

Browse files
Remove host_vehicle_location
Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent 0b4a95a commit b1db3d4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

osi_groundtruth.proto

+1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ message GroundTruth
7676
//
7777
// \rules
7878
// refers_to: MovingObject
79+
// is_set
7980
// \endrules
8081
//
8182
optional Identifier host_vehicle_id = 3;

osi_sensordata.proto

-4
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,6 @@ message SensorData
146146
// \note Note that dimension and base_polygon need not be set.
147147
// \note The parent frame of \c host_vehicle_location is the sensor frame.
148148
//
149-
// \rules
150-
// is_set
151-
// \endrules
152-
//
153149
optional BaseMoving host_vehicle_location = 3;
154150

155151
// The sensors estimated location error of the host vehicle

0 commit comments

Comments
 (0)