@@ -931,7 +931,7 @@ message GuestPortConnectorInfo {
931
931
message GuestPortInfo {
932
932
GuestPortConnectorInfo gp1 = 1 ; // Information about guest port 1.
933
933
GuestPortConnectorInfo gp2 = 2 ; // Information about guest port 2.
934
- GuestPortConnectorInfo gp3 = 3 ; // GuestPortConnectorInfo 3.
934
+ GuestPortConnectorInfo gp3 = 3 ; // Information about guest port 3.
935
935
}
936
936
937
937
// GuestPort restart information.
@@ -979,7 +979,7 @@ message Vector3 {
979
979
double z = 3 ; // Z-component.
980
980
}
981
981
982
- // Imu data in drone body frame:
982
+ // Imu data in drone body frame.
983
983
//
984
984
// x - forward
985
985
// y - right
@@ -1025,7 +1025,7 @@ message MultibeamPing {
1025
1025
1026
1026
// Bearing angle of each column of the sonar data
1027
1027
// (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.
1029
1029
repeated float bearings = 9 ;
1030
1030
1031
1031
bytes ping_data = 10 ; // Ping data (row major, 2D, grayscale image).
@@ -1081,7 +1081,7 @@ message MultibeamDiscovery {
1081
1081
string fw_version = 5 ; // Firmware version of the sonar.
1082
1082
string connected_ip = 6 ; // IP address of the connected device.
1083
1083
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.
1085
1085
}
1086
1086
1087
1087
// Error flags for multibeam sonar devices.
0 commit comments