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 1973fc7 commit 8f37400Copy full SHA for 8f37400
osi_object.proto
@@ -51,9 +51,9 @@ message Vehicle
51
/// Field need not be set if ego_vehicle is set to false.
52
optional Identifier driver = 10;
53
54
- /// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z)
55
- /// of the front axle under neutral load conditions. In object coordinates.
56
- optional Vector3d bbcenter_to_front = 11;
+ /// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z)
+ /// of the front axle under neutral load conditions. In object coordinates.
+ optional Vector3d bbcenter_to_front = 11;
57
58
59
/// Definition of vehicle types.
0 commit comments