mirror of https://github.com/ArduPilot/ardupilot
autotest: correct system ID used when setting ROI_SYSID
This commit is contained in:
parent
fda6d23fab
commit
1f430daef6
|
@ -4861,7 +4861,7 @@ class AutoTestCopter(AutoTest):
|
||||||
roi_alt = 0
|
roi_alt = 0
|
||||||
self.progress("Using MAV_CMD_DO_SET_ROI_SYSID")
|
self.progress("Using MAV_CMD_DO_SET_ROI_SYSID")
|
||||||
self.run_cmd(mavutil.mavlink.MAV_CMD_DO_SET_ROI_SYSID,
|
self.run_cmd(mavutil.mavlink.MAV_CMD_DO_SET_ROI_SYSID,
|
||||||
250,
|
self.mav.source_system,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
0,
|
0,
|
||||||
|
|
Loading…
Reference in New Issue