-
Notifications
You must be signed in to change notification settings - Fork 1
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
Stuck on step "Setting up mw..." #5
Comments
Problem is with message 24 4d 3c 00 7a 7a ($M<zz). I get $M!zz as respond |
Looks like your GPS has no fix or there is issue with recognizing the GPS configuration Line 146 in 4aaf11b
message 3c is 122 (MSP_NAV_CONFIG), the service will continue to request MSP_NAV_CONFIG until response received. |
Here is the Multiwii part: |
Thanks!!! I was having bad configuration of GPS in my multiwii. For information, can i run it without GPS (comment this part in mw_init() and change definition of TASKS)? |
The safer option would be to disable GPS on MultiWii side. Alternatively you can try to change this function and return 0 always. But this is something I have not tried myself. https://github.com/rpicopter/mw-service/blob/75980513a3c30551247dfbddc0ee77a36f65e0e0/msp.c#L130 |
Sorry for delay. It works! Thanks! Now i can connect QGroundControl with raspberry. There is one issue. I am using QGRoundControl v2.8.0 and this happend in mw-mavlink service: pi@raspberrypi:~/mwml/mw-mavlink $ mw-mavlink -t 192.168.0.53 -p 14550 -l 14551 -d /temp/ |
I suspect this issue might be caused by protocol version mismatch. Are you able to try different QGroundControl version and report back? I'd suggest to try 2.9.7/2.9.7b and 3.0.0 (these are the versions I tried last time). |
Hi,
Perfect project.
Just run on old CRIUS board and raspberry (debian stretch). All fine, little strugless with serial comunications and some dependencies in python. I have problem with mw-mavlink service it stuck on "Setting up mw...". Any ideas?
Thank you.
The text was updated successfully, but these errors were encountered: