Skip to content

Commit 9c4aad9

Browse files
authored
Merge pull request #233 from BluEye-Robotics/jp-pino/fix-multibeam-comments
Fix bearing vector comment on MultibeamPing
2 parents b1918de + d5ad171 commit 9c4aad9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

protobuf_definitions/message_formats.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,8 +1173,7 @@ message MultibeamPing {
11731173
uint32 number_of_beams = 7; // Width of the ping image data.
11741174
uint32 step = 8; // Size in bytes of each row in the ping data image.
11751175

1176-
// Bearing angle of each column of the sonar data
1177-
// (in 100th of a degree, multiply by 0.01 to get a value in degrees).
1176+
// Bearing angle of each column of the sonar data in degrees.
11781177
// The sonar image is not sampled uniformly in the bearing direction.
11791178
repeated float bearings = 9;
11801179

0 commit comments

Comments
 (0)