Skip to content

Commit 082036c

Browse files
committed
Add undercarriage 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 2bbd316 commit 082036c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

osi_object.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ message Vehicle
6464
// of the front axle under neutral load conditions. In object coordinates.
6565
optional Vector3d bbcenter_to_front = 11;
6666

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

6874
// Definition of vehicle types.
6975
//

0 commit comments

Comments
 (0)