mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Tools: autotest: use component id 250 so we have something different to mavproxy
This commit is contained in:
parent
f0185cb79b
commit
e932f873cc
@ -877,7 +877,8 @@ class AutoTest(ABC):
|
||||
connection_string = self.autotest_connection_string_to_mavproxy()
|
||||
try:
|
||||
self.mav = mavutil.mavlink_connection(connection_string,
|
||||
robust_parsing=True)
|
||||
robust_parsing=True,
|
||||
source_component=250)
|
||||
except Exception as msg:
|
||||
self.progress("Failed to start mavlink connection on %s: %s" %
|
||||
(connection_string, msg,))
|
||||
|
Loading…
Reference in New Issue
Block a user