Skip to content

Commit e622b6e

Browse files
committed
Add undercariage clearance to vehicles
This optional attribute allows sensor models that want to approximate the influence of see-under without needing access to the whole vehicle geometry. Addresses the part of issue #99 that can be addressed directly in ground truth data.
1 parent 132eb8a commit e622b6e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

osi_object.proto

+6
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,12 @@ message Vehicle
6262
// of the front axle under neutral load conditions. In object coordinates.
6363
optional Vector3d bbcenter_to_front = 11;
6464

65+
// Static minimal distance in [m] of underbody plane to ground
66+
// surface plane (i.e. disregarding driving dynamic effects or road
67+
// surface effects) under neutral load conditions. Can be useful to
68+
// approximate the clear area under a vehicle that a sensor can see
69+
// through.
70+
optional double ground_clearance = 12;
6571

6672
// Definition of vehicle types.
6773
//

0 commit comments

Comments
 (0)