Skip to content

Commit

Permalink
Merge pull request #251 from mavlink/update-0.30.1
Browse files Browse the repository at this point in the history
Update mavsdk_server to 0.30.1
  • Loading branch information
JonasVautherin authored Sep 10, 2020
2 parents d96b309 + 87b8a23 commit 7732d09
Show file tree
Hide file tree
Showing 45 changed files with 1,856 additions and 849 deletions.
2 changes: 1 addition & 1 deletion MAVSDK_SERVER_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.29.0
v0.30.1
149 changes: 108 additions & 41 deletions mavsdk/action_pb2.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mavsdk/action_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc

from . import action_pb2 as action_dot_action__pb2
Expand Down
88 changes: 61 additions & 27 deletions mavsdk/calibration_pb2.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mavsdk/calibration_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc

from . import calibration_pb2 as calibration_dot_calibration__pb2
Expand Down
262 changes: 175 additions & 87 deletions mavsdk/camera_pb2.py

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions mavsdk/camera_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc

from . import camera_pb2 as camera_dot_camera__pb2
Expand Down
24 changes: 17 additions & 7 deletions mavsdk/core_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions mavsdk/core_pb2_grpc.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
"""Client and server classes corresponding to protobuf-defined services."""
import grpc

from . import core_pb2 as core_dot_core__pb2
Expand Down
Loading

0 comments on commit 7732d09

Please sign in to comment.