Communication between drones
Hello everyone!
I am working on a project related to drones. Below are my requirements:
- Three drones should take off autonomously
- They should be able to communicate with each other and send encrypted data back and forth.
- They should be able to control each other's movements. (E.g., drone A commands drone B to fly away)
My questions are:
- Is something like this even possible in ROS? Sorry if this is a very basic question, I am a .NET Developer, but I am new to ROS.
- Is this scenario possible in Gazebo or a simulated environment?
- Are there any cheap, out of drones that I can use for this setup? I've looked up the DIY builds like this: https://www.hackster.io/12590/pi0dron... , but it seems like some components are out of stock or they are very difficult to build.
Any help/pointers would be deeply appreciated. Cheers!