-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to set guided mode #1138
Comments
Hello, You have to use " Best regards, |
Thanks. it's working after downgrade pymavlink. |
Why did you have to downgrade PyMAVLink ? |
The latest version of PyMAVLink is not working. I am currently using 2.4.8 version. I found this version from one of the issues i can't remember from which issue i found. |
I had the same issue and can confirm that downgrading pymavlink was the solution. Not sure though why exactly. |
It is useful.Thank you very much |
I am trying to run the following script on my laptop.
os : windows
python : 3.6.8
log from mavproxy
Got COMMAND_ACK: REQUEST_AUTOPILOT_CAPABILITIES: ACCEPTED
Got COMMAND_ACK: DO_SET_MODE: UNSUPPORTED
log from script
CRITICAL:autopilot:APM:Copter V3.3 (d6053245)
CRITICAL:autopilot:Frame: QUAD
Vehicle is now armable
Waiting for drone to enter GUIDED flight mode
Waiting for drone to enter GUIDED flight mode
Waiting for drone to enter GUIDED flight mode
Waiting for drone to enter GUIDED flight mode
Waiting for drone to enter GUIDED flight mode
Waiting for drone to enter GUIDED flight mode
Waiting for drone to enter GUIDED flight mode
Waiting for drone to enter GUIDED flight mode
Waiting for drone to enter GUIDED flight mode
can you please help me how can i run the basic program?
The text was updated successfully, but these errors were encountered: