Skip to content

Commit 1ec57b3

Browse files
authored
Merge pull request #739 from OpenSimulationInterface/add-beam-id
Add beam ID to LidarDetection
2 parents 296c549 + 057b2d9 commit 1ec57b3

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)