Is it possible to implement Wireless Protocol in AirSim? #4449
Replies: 4 comments
-
What do you exactly mean by Wireless communication? |
Beta Was this translation helpful? Give feedback.
-
Wireless Communication as in something similar to Bluetooth. Is ROS widely used in AirSim? |
Beta Was this translation helpful? Give feedback.
-
@GeneLYJ I have implemented a custom messaging protocol in AirSim that utilizes the standard mspack system that AirSim is built upon. If you wanted to do something like Bluetooth, you would need to write the messaging protocols yourself. I got around this during academic research by emulating the drone communications utilizing a matrix and some basic distance metrics. If you're interested, I can send you the fork of AirSim where I did some of this work. |
Beta Was this translation helpful? Give feedback.
-
You're using Python to write it? Yes that would be great. Thank you! |
Beta Was this translation helpful? Give feedback.
-
Hi, I've tried looking for a way to implement wireless communication among multiple drones but have no result. I'm wondering if there's custom API or any ways to implement wireless communication in AirSim? Many thanks.
Beta Was this translation helpful? Give feedback.
All reactions