diff --git a/msg/RadarReturn.msg b/msg/RadarReturn.msg index f353801..aa4f246 100644 --- a/msg/RadarReturn.msg +++ b/msg/RadarReturn.msg @@ -7,4 +7,4 @@ float32 azimuth # Angle (in radians) in the azimuth pla float32 elevation # Angle (in radians) in the elevation plane between the sensor and the detected return. # Negative angles are below the sensor. For 2D radar, this will be 0. float32 doppler_velocity # The doppler speed (m/s) of the return. -float32 amplitude # The amplitude of the return (dB). +float32 rcs # The radar cross section of the return (RCS dBm^2).