-
Notifications
You must be signed in to change notification settings - Fork 66
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
Is the tello_ros driver compatible with the ROS 2 Humble distro? #69
Comments
I could build all the packages except for |
I spent a little time looking at how to port this to ROS2 Humble. I was able to get tello_description to build by making these changes to the CMakeLists.txt file:
I got stuck on tello_gazebo. The plugin was written for Gazebo Classic, which AFAICT isn't well supported on Humble. It looks like the options are:
I'm happy to entertain PRs! |
Any update on this? I was using master branch since you made the changes in #77 but I still get errors as below when I build.
And the gazebo library is quite broken too. I am not super experienced but if there is some way I can try to help port this I wouldn't mind trying to help. Might need a little guidance on where to start though. I did try |
I fixed the tello_driver compiler error and pushed the commit. Porting tello_gazebo from Gazebo Classic to Gazebo Sim (aka Ignition) will take some work. I'd start here: https://community.gazebosim.org/t/migration-from-gazebo-classic-to-ignition-gazebo/805 |
I was using the driver to control DJI Tello on Ubuntu 20.04 using ROS 2 Foxy, but now I'm using Ubuntu 22.04 and ROS 2 Humble, so I would like to know if tello_ros can be used to control the drone on Humble?
The text was updated successfully, but these errors were encountered: