Skip to content

Commit d0adf3c

Browse files
committed
Fix LidarSensorView signal_strength documentation
1 parent c372616 commit d0adf3c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

osi_sensorview.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -257,10 +257,9 @@ message LidarSensorView
257257
{
258258
// Relative signal level of the reflection.
259259
//
260-
// This takes the combined antenna diagram (losses in TX and RX)
261-
// as well as the signal losses due to scattering and absorption
260+
// This takes the signal losses due to scattering and absorption
262261
// into account, and will, when multiplied by TX power yield the
263-
// actual RX power.
262+
// potential RX power (disregarding any other RX/TX losses).
264263
//
265264
// Unit: [dB]
266265
//

0 commit comments

Comments
 (0)