Skip to content

Commit b417ac9

Browse files
committed
Revert "Add ID to host vehicle"
This reverts commit af9af95.
1 parent 83be527 commit b417ac9

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

osi_hostvehicledata.proto

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,16 @@ package osi3;
1515
//
1616
message HostVehicleData
1717
{
18-
// The ID of the host vehicle object.
19-
//
20-
optional Identifier id = 1;
21-
2218
// Current estimated location based on GPS- and related navigation sensors.
2319
//
2420
// \note Note that dimension and base_polygon need not be set.
2521
//
26-
optional BaseMoving location = 2;
22+
optional BaseMoving location = 1;
2723

2824
// Current estimated location error based on GPS- and related navigation
2925
// sensors.
3026
//
3127
// \note Note that dimension and base_polygon need not be set.
3228
//
33-
optional BaseMoving location_rmse = 3;
29+
optional BaseMoving location_rmse = 2;
3430
}

0 commit comments

Comments
 (0)