jordy-van-appeven / tello_driver

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

/tello/image_raw/compressed not publishing anything #13

Open MarcoDotIO opened 2 years ago

MarcoDotIO commented 2 years ago

Hello,

I am having issues where the /tello/image_raw/compressed topic isn't publishing anything. I see some camera raw packets being sent under the /tello/image_raw/h264 topic though, so are there any parameters to check within the launch file to modify? I'm using ROS Melodic and the latest version of tello_driver and the Tello Drone firmware.

yoraish commented 2 years ago

Hey, I am running tello_driver on Ubuntu 16.04 and ROS Kinetic, and also seeing similar behavior. Did you solve this @MarcoDotlO, or @appie-17 do you have some suggestions?

erinline commented 2 years ago

I'm seeing the same thing, and on ROS Melodic like the OP. I'm not seeing anything on any image topic, in fact. I tried using another Tello ROS driver (flock tello) which gives me imagery but no IMU. I would prefer to use this package rather than flock because this one publishes more topics by default. Did either of you figure out how to get imagery?

yoraish commented 2 years ago

@erinline I ended up getting the video topic working with tello_driver on ROS Kinetic and Ubuntu 16.04. I also started adding some autonomy alongside installation steps here: https://github.com/yoraish/botello

erinline commented 2 years ago

@yoraish thanks for the heads up! I'll try using your repo instead, since I was trying to add localization to Tello anyways :smile: