clydemcqueen / tello_ros

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

Support multiple network interfaces (host IP addresses) #19

Open clydemcqueen opened 5 years ago

clydemcqueen commented 5 years ago

tello_driver always binds to 0.0.0.0, which will listen to every network interface. There should be an option to bind to a particular IP address, so that users with multiple wifi network cards can control multiple drones.