Skip to content

Commit 7732d09

Browse files
Merge pull request #251 from mavlink/update-0.30.1
Update mavsdk_server to 0.30.1
2 parents d96b309 + 87b8a23 commit 7732d09

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1856
-849
lines changed

MAVSDK_SERVER_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.29.0
1+
v0.30.1

mavsdk/action_pb2.py

+108-41
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mavsdk/action_pb2_grpc.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2+
"""Client and server classes corresponding to protobuf-defined services."""
23
import grpc
34

45
from . import action_pb2 as action_dot_action__pb2

mavsdk/calibration_pb2.py

+61-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mavsdk/calibration_pb2_grpc.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2+
"""Client and server classes corresponding to protobuf-defined services."""
23
import grpc
34

45
from . import calibration_pb2 as calibration_dot_calibration__pb2

mavsdk/camera_pb2.py

+175-87
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mavsdk/camera_pb2_grpc.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2+
"""Client and server classes corresponding to protobuf-defined services."""
23
import grpc
34

45
from . import camera_pb2 as camera_dot_camera__pb2

mavsdk/core_pb2.py

+17-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mavsdk/core_pb2_grpc.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2+
"""Client and server classes corresponding to protobuf-defined services."""
23
import grpc
34

45
from . import core_pb2 as core_dot_core__pb2

0 commit comments

Comments
 (0)