Skip to content

Commit 057b2d9

Browse files
Add beam ID to LidarDetection
Signed-off-by: ClemensLinnhoff <clemens.linnhoff@persival.de>
1 parent 296c549 commit 057b2d9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osi_featuredata.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,10 @@ message LidarDetection
460460
// Unit: m/s
461461
//
462462
optional double radial_velocity = 12;
463+
464+
// ID of the corresponding lidar beam.
465+
//
466+
optional Identifier beam_id = 13;
463467
}
464468

465469
//

0 commit comments

Comments
 (0)