Skip to content

Commit 12d49d0

Browse files
committed
Update offset vector description.
1 parent 60d07c5 commit 12d49d0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

osi_object.proto

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,12 @@ 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 (in x, y and z) of the rear axle.
58+
/// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z)
59+
/// of the rear axle under neutral load conditions.
5960
optional Vector3d bbcenter_to_rear = 11;
6061

61-
/// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z) of the front axle.
62+
/// The vector pointing from the bounding box center point (base.position) to the middle (in x, y and z)
63+
/// of the front axle under neutral load conditions.
6264
optional Vector3d bbcenter_to_front = 12;
6365

6466

0 commit comments

Comments
 (0)