clydemcqueen / tello_ros

C++ ROS2 driver for DJI Tello drones
BSD 3-Clause "New" or "Revised" License
193 stars 65 forks source link

Port to Eloquent, fixes #43 #44

Closed clydemcqueen closed 4 years ago

clydemcqueen commented 4 years ago

Fairly small changes.

Biggest change was the conversion of CvImage to sensor_msgs::msg::Image -- the API I was using expects a unique_ptr, not a shared_ptr. I found a different method.

I ran through all of the launch files (except tello_gazebo/vlam_launch.py), flew a drone, and ran the simulation -- everything appears to work.