Fix for solos set mode issue
This commit is contained in:
parent
9cac1eef65
commit
e36101f0de
|
@ -768,7 +768,7 @@ script
|
|||
BClpose = true;
|
||||
}
|
||||
if (current_mode != "GUIDED" && setmode)
|
||||
SetMode("GUIDED", 2000); // added for compatibility with 3DR Solo
|
||||
SetMode("GUIDED", 3000); // added for compatibility with 3DR Solo
|
||||
if(setmode)
|
||||
{
|
||||
if (mav_client.call(cmd_srv))
|
||||
|
|
Loading…
Reference in New Issue