-
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
dronekit-sitl does not change the mode. #1169
Comments
I tried so many versions of pymavlink but no works. pymavlink 2.4.36 - 26 : cannot change mode this consumes beginners time and effort. it will make beginners to give up at early time. |
this link also have same problem with me. |
this link also have same problem with me |
Having the same problem |
One fix is utilizing Ubuntu on your windows system. After setting up Ubuntu i downgraded pymavlink to 2.4.8 and mav_proxy to 1.7.1 sudo pip uninstall mavproxy I will continue my analysis and see if i can find a solution for windows. |
oh that solution seems to be really good to me I will try it later. I will close this issue. thanks |
As someone who is also experiencing the same issue:
but on a Mac with M1, how would you advise me to work around this? I've tried to get Ubuntu up and running via virtual box, but even that isn't seeming to work. Any other recommendations and or versions of Ubuntu that are known to work well on Mac? |
Hello.
below code does not change the mode.
def change_mode(self, mode):
print("Changing to mode: {0}".format(mode))
if I run this code, there is only endless print statement "... polled mode : GUIDED"
I found this solution and tried :
#1041
but there is no more pymavlink 2.4.8
pymavlink is 2.4.36 already. 2.4.8 is too old and cannot be installed.
The text was updated successfully, but these errors were encountered: