Skip to content

Commit

Permalink
Rename num_beams to beam_count.
Browse files Browse the repository at this point in the history
This eliminates an abbreviation as well as a plural form in a field that could be one.
  • Loading branch information
rolker committed May 9, 2022
1 parent d3475fd commit a0b63ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acoustic_msgs/msg/SonarImageData.msg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ uint32 DTYPE_FLOAT64 = 9
uint32 dtype

# the number of beams associated with the image
uint32 num_beams
uint32 beam_count

# The actualy pixel data in row-major (beam_index major) format
uint8[] data
Expand Down

0 comments on commit a0b63ed

Please sign in to comment.