@@ -931,7 +931,7 @@ message GuestPortConnectorInfo {
931931message GuestPortInfo {
932932 GuestPortConnectorInfo gp1 = 1 ; // Information about guest port 1.
933933 GuestPortConnectorInfo gp2 = 2 ; // Information about guest port 2.
934- GuestPortConnectorInfo gp3 = 3 ; // GuestPortConnectorInfo 3.
934+ GuestPortConnectorInfo gp3 = 3 ; // Information about guest port 3.
935935}
936936
937937// GuestPort restart information.
@@ -979,7 +979,7 @@ message Vector3 {
979979 double z = 3 ; // Z-component.
980980}
981981
982- // Imu data in drone body frame:
982+ // Imu data in drone body frame.
983983//
984984// x - forward
985985// y - right
@@ -1025,7 +1025,7 @@ message MultibeamPing {
10251025
10261026 // Bearing angle of each column of the sonar data
10271027 // (in 100th of a degree, multiply by 0.01 to get a value in degrees).
1028- // The sonar image is not sampled uniformly in the bearing direction..
1028+ // The sonar image is not sampled uniformly in the bearing direction.
10291029 repeated float bearings = 9 ;
10301030
10311031 bytes ping_data = 10 ; // Ping data (row major, 2D, grayscale image).
@@ -1081,7 +1081,7 @@ message MultibeamDiscovery {
10811081 string fw_version = 5 ; // Firmware version of the sonar.
10821082 string connected_ip = 6 ; // IP address of the connected device.
10831083 GuestPortDeviceID device_id = 7 ; // Device ID of the sonar.
1084- MultibeamErrorFlags error_flags = 8 ; // Error flags specific for the connceted multibeam device.
1084+ MultibeamErrorFlags error_flags = 8 ; // Error flags specific for the connected multibeam device.
10851085}
10861086
10871087// Error flags for multibeam sonar devices.
0 commit comments