-
Notifications
You must be signed in to change notification settings - Fork 598
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
Problem with latest pymavlink - mavutil #571
Comments
On Wed, 14 Jul 2021, mtbsteve wrote:
AttributeError: module 'pymavlink.dialects.v20.ardupilotmega' has no attribute 'MAV_TYPE_DECAROTOR'
Update your mavlink definitions. If that's not a possiblity, we can
potentially work around this.
|
@mtbsteve did you get this fixed? |
Yes I managed to get it working- thanks! |
@peterbarker What do you mean by "update your mavlink definitions"? I'm having the same issue |
Looks like this pops on different places. Same issues with different dialect (v10.ardupilotmega) here. MAV_TYPE_VTOL_(TAILSITTER)_QUADROTOR/DUALROTOR have to be renamed accordingly in your lib scripts. |
When I import pymavlink with
from pymavlink import mavutil
I am getting the following error:
I cloned the repro, and built it with
python3 setup.py install --user
from within the pymavlink directory. No errors or warnings during build.Any idea anyone? Thanks!
The text was updated successfully, but these errors were encountered: