-
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
How to control a swarm of Tellos #29
Comments
That video was taken with 2 drones and 2 computers. Each computer has wifi -- to communicate with one of the drones -- and Ethernet -- to communicate with the other computer. Both computers run tello_ros, and one computer runs rviz. The "controller" was just a bash script sending ROS messages. Implementing #19 would allow you have to have multiple wifi cards on the same computer. Cool that you're porting it to ROS1. |
Thanks for the clarification, Clyde. That makes sense. |
@InterestingWalrus Could you please let me know if you ported tello_ros to ros1? |
@aamirahmad , I started a port but never got to finish it as I was too busy. You can take a look here as a reference: https://github.com/InterestingWalrus/ros_tello_driver |
Hi, I came across this video and I was wondering how you are controlling a swarm of drones. Are you using multiple network connections? i see there's an open issue.
P.S. I'm working on porting your work to ROS1.
The text was updated successfully, but these errors were encountered: