-
Notifications
You must be signed in to change notification settings - Fork 14k
Error with MAV_CMD_LOGGING_START and STOP #9590
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
Comments
Most likely your |
Well thought it was resolved by upgrading pymavlink to version 2.2.8 but now I'm getting this:
which means that the command 2510 MAV_CMD_LOGGING_START is unsupported (result: 3). |
Hi, I am also facing the same issue mentioned first (no attribute called MAV_CMD_LOGGING_START). I did try fresh install of pymavlink (pip install pymavlink). However, my error remains the same. I did not get the 2510 error. What else could be the problem? Any ideas? |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
Uh oh!
There was an error while loading. Please reload this page.
So I'm getting this whenever I try to run mavlink_ulog_streaming.py:
It looks like I don't have the related command specified in mavlink or mavutil. I didn't find anything similar to this and my bad if I didn't search enough but I could use some help there.
The text was updated successfully, but these errors were encountered: