We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1918de + d5ad171 commit 9c4aad9Copy full SHA for 9c4aad9
protobuf_definitions/message_formats.proto
@@ -1173,8 +1173,7 @@ message MultibeamPing {
1173
uint32 number_of_beams = 7; // Width of the ping image data.
1174
uint32 step = 8; // Size in bytes of each row in the ping data image.
1175
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).
+ // Bearing angle of each column of the sonar data in degrees.
1178
// The sonar image is not sampled uniformly in the bearing direction.
1179
repeated float bearings = 9;
1180
0 commit comments