Skip to content

Commit eba02ce

Browse files
committed
Add offset vectors from bounding box center to middle of front / rear axle
1 parent 767805f commit eba02ce

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

osi_object.proto

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ message Vehicle
5454
/// The id of the driver of the (ego) vehicle.
5555
/// Field need not be set if ego_vehicle is set to false.
5656
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+
5764

5865
/// Definition of vehicle types.
5966
enum Type

0 commit comments

Comments
 (0)