Skip to content

Commit

Permalink
Merge pull request #22 from rolker/fix_variable_name
Browse files Browse the repository at this point in the history
Rename num_beams to beam_count.
  • Loading branch information
lauralindzey committed May 9, 2022
2 parents d3475fd + a0b63ed commit e646f06
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 e646f06

Please sign in to comment.