jordy-van-appeven / tello_driver

ROS driver for DJI/Ryze Tello drones
Apache License 2.0
49 stars 41 forks source link

No module named _internal.tello #3

Open droter opened 4 years ago

droter commented 4 years ago

Thanks for making this package. Looks awesome!

I ran into this error starting the tello_node:

Traceback (most recent call last): File "/opt/ros/kinetic/lib/tello_driver/tello_driver_node", line 17, in from tellopy._internal import tello File "/opt/ros/kinetic/lib/python2.7/dist-packages/tellopy/init.py", line 8, in from tellopy._internal.tello import Tello ImportError: No module named _internal.tello

Marcuran commented 4 years ago

Hi,

I encounter the same problem, did you find a way to solve it?

droter commented 4 years ago

I switched to python3 and noetic.

zcemycl commented 3 years ago

same here. I am using kinetic ros. If I 'pip2 install tellopy', run 'python2 -m tellopy.examples.simple_takeoff'. It can takeoff. Once I 'sudo apt install ros-kinetic-tello-driver', that python script no longer works. If I run tello_node, it also gives me the importerror.

zcemycl commented 3 years ago

I solved this by installation from source.

syediu commented 2 years ago

@droter How did you move to Noetic? As far I know the latest release of tello_driver is for ROS Melodic with Python2 and has not been released for ROS Noetic with python3 support.

If you have maintained any repository, please link here so that others can take benefit from that. Thanks