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 36deb75 commit af9af95Copy full SHA for af9af95
osi_hostvehicledata.proto
@@ -15,16 +15,20 @@ 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
- optional BaseMoving location = 1;
26
+ optional BaseMoving location = 2;
27
28
// Current estimated location error based on GPS- and related navigation
29
// sensors.
30
31
32
- optional BaseMoving location_rmse = 2;
33
+ optional BaseMoving location_rmse = 3;
34
}
0 commit comments