You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/winston/Desktop/pymavlink/examples/mavtester.py", line 8, in
from pymavlink import mavtest, mavutil
ImportError: cannot import name 'mavtest' from 'pymavlink'
The text was updated successfully, but these errors were encountered:
Hi @Winston1408,
It seems that mavtest.py is not a part of the installed pymavlink package, but rather it exists locally within the examples directory alongside mavtester.py.
I believe that replacing this line in mavtester.py:
Hello,
I get the following error. Can someone please help?
python mavtester.py --device=/dev/ttyAMA0 --baudrate=57600
Traceback (most recent call last):
File "/home/winston/Desktop/pymavlink/examples/mavtester.py", line 8, in
from pymavlink import mavtest, mavutil
ImportError: cannot import name 'mavtest' from 'pymavlink'
The text was updated successfully, but these errors were encountered: