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 767805f commit eba02ceCopy full SHA for eba02ce
osi_object.proto
@@ -54,6 +54,13 @@ message Vehicle
54
/// The id of the driver of the (ego) vehicle.
55
/// Field need not be set if ego_vehicle is set to false.
56
optional Identifier driver = 10;
57
+
58
+ /// The vector pointing from the bounding box center point (base.position) to the middle of the rear axle.
59
+ optional Vector3d bbcenter_to_rear = 11;
60
61
+ /// The vector pointing from the bounding box center point (base.position) to the middle of the front axle.
62
+ optional Vector3d bbcenter_to_front = 12;
63
64
65
/// Definition of vehicle types.
66
enum Type
0 commit comments