Skip to content

Commit 4f3ce97

Browse files
committed
Update to mavsdk_server 3.9.0
1 parent 93c2b68 commit 4f3ce97

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

MAVSDK_SERVER_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.8.0
1+
v3.9.0

mavsdk/telemetry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4739,7 +4739,7 @@ async def scaled_imu(self):
47394739

47404740
async def raw_imu(self):
47414741
"""
4742-
Subscribe to 'Raw IMU' updates.
4742+
Subscribe to 'Raw IMU' updates (note that units are are incorrect and "raw" as provided by the sensor)
47434743
47444744
Yields
47454745
-------

mavsdk/telemetry_pb2_grpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def SubscribeScaledImu(self, request, context):
511511
raise NotImplementedError('Method not implemented!')
512512

513513
def SubscribeRawImu(self, request, context):
514-
"""Subscribe to 'Raw IMU' updates.
514+
"""Subscribe to 'Raw IMU' updates (note that units are are incorrect and "raw" as provided by the sensor)
515515
"""
516516
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
517517
context.set_details('Method not implemented!')

proto

Submodule proto updated from 61b1b1a to 7bc0440

0 commit comments

Comments
 (0)