Skip to content

Commit

Permalink
RadarReturn: clarify order of angles
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Neumann committed Sep 29, 2023
1 parent 47d2f26 commit 158af25
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions msg/RadarReturn.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# This message is not meant to be used alone but as part of a stamped or array message.

float32 range # Distance (m) from the sensor to the detected return.
# The angles order of the angles are elevation-over-azimuth
float32 azimuth # Angle (in radians) in the azimuth plane between the sensor and the detected return.
# Positive angles are anticlockwise from the sensor and negative angles clockwise from the sensor as per REP-0103.
float32 elevation # Angle (in radians) in the elevation plane between the sensor and the detected return.
Expand Down

0 comments on commit 158af25

Please sign in to comment.