File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- v0.22 .0
1
+ v0.23 .0
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ def shell(self) -> Shell:
140
140
if "shell" not in self ._plugins :
141
141
raise RuntimeError ("Shell plugin has not been initialized! Did you run `System.connect()`?" )
142
142
return self ._plugins ["shell" ]
143
-
143
+
144
144
@property
145
145
def mocap (self ) -> Mocap :
146
146
if "mocap" not in self ._plugins :
@@ -163,7 +163,7 @@ def _start_mavsdk_server(system_address=None):
163
163
from importlib_resources import path
164
164
165
165
with path (bin , 'mavsdk_server' ) as backend :
166
- bin_path_and_args = [os .fspath (backend )]
166
+ bin_path_and_args = [os .fspath (backend ), "-p" , "50051" ]
167
167
if system_address :
168
168
bin_path_and_args .append (system_address )
169
169
p = subprocess .Popen (bin_path_and_args ,
You can’t perform that action at this time.
0 commit comments