We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83be527 commit b417ac9Copy full SHA for b417ac9
osi_hostvehicledata.proto
@@ -15,20 +15,16 @@ package osi3;
15
//
16
message HostVehicleData
17
{
18
- // The ID of the host vehicle object.
19
- //
20
- optional Identifier id = 1;
21
-
22
// Current estimated location based on GPS- and related navigation sensors.
23
24
// \note Note that dimension and base_polygon need not be set.
25
26
- optional BaseMoving location = 2;
+ optional BaseMoving location = 1;
27
28
// Current estimated location error based on GPS- and related navigation
29
// sensors.
30
31
32
33
- optional BaseMoving location_rmse = 3;
+ optional BaseMoving location_rmse = 2;
34
}
0 commit comments