diff --git a/osi_featuredata.proto b/osi_featuredata.proto index 6cb30bee4..16ed85aaf 100644 --- a/osi_featuredata.proto +++ b/osi_featuredata.proto @@ -460,6 +460,10 @@ message LidarDetection // Unit: m/s // optional double radial_velocity = 12; + + // ID of the corresponding lidar beam. + // + optional Identifier beam_id = 13; } //