ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

Communication between drones

asked 2018-11-13 18:08:12 -0500

vinDogg22 gravatar image

updated 2022-06-05 11:34:00 -0500

lucasw gravatar image

Hello everyone!

I am working on a project related to drones. Below are my requirements:

  1. Three drones should take off autonomously
  2. They should be able to communicate with each other and send encrypted data back and forth.
  3. They should be able to control each other's movements. (E.g., drone A commands drone B to fly away)

My questions are:

  1. 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.
  2. Is this scenario possible in Gazebo or a simulated environment?
  3. 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!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2018-11-13 19:55:23 -0500

Hui Zhang gravatar image
  1. as far as I know, it possible in ros

  2. 1) by autonomously if you mean to send a command like "take off!" then the drone will fly by itself, yes it is possible. 2) communication is easy to achieve in ros 3) if you can achieve 2), control each other is actually sending commands, or communication.

  3. my personal suggestion would be starting with Gazebo or other simulators to play with ROS.

I'm also new to ROS, hope my answer is helping.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2018-11-13 18:07:02 -0500

Seen: 250 times

Last updated: Nov 13 '18