Skip to content

Commit

Permalink
Merge pull request #739 from OpenSimulationInterface/add-beam-id
Browse files Browse the repository at this point in the history
Add beam ID to LidarDetection
  • Loading branch information
pmai authored Nov 6, 2023
2 parents 296c549 + 057b2d9 commit 1ec57b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions osi_featuredata.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

//
Expand Down

0 comments on commit 1ec57b3

Please sign in to comment.