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:
140140 if "shell" not in self ._plugins :
141141 raise RuntimeError ("Shell plugin has not been initialized! Did you run `System.connect()`?" )
142142 return self ._plugins ["shell" ]
143-
143+
144144 @property
145145 def mocap (self ) -> Mocap :
146146 if "mocap" not in self ._plugins :
@@ -163,7 +163,7 @@ def _start_mavsdk_server(system_address=None):
163163 from importlib_resources import path
164164
165165 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" ]
167167 if system_address :
168168 bin_path_and_args .append (system_address )
169169 p = subprocess .Popen (bin_path_and_args ,
You can’t perform that action at this time.
0 commit comments