Skip to content

Commit 40ea9b0

Browse files
committed
Update offset vector description.
1 parent eba02ce commit 40ea9b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osi_object.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ message Vehicle
5555
/// Field need not be set if ego_vehicle is set to false.
5656
optional Identifier driver = 10;
5757

58-
/// The vector pointing from the bounding box center point (base.position) to the middle of the rear axle.
58+
/// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z) of the rear axle.
5959
optional Vector3d bbcenter_to_rear = 11;
6060

61-
/// The vector pointing from the bounding box center point (base.position) to the middle of the front axle.
61+
/// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z) of the front axle.
6262
optional Vector3d bbcenter_to_front = 12;
6363

6464

0 commit comments

Comments
 (0)