I have seen these links before. They only tell you how to simulate and deply 1 Drone only. I need a multi-drone environment. If someone has done it it would be better that do it myself from scratch. :)
I suppose there will be specialized technical support and you can reach out to the Matlab staff directly, will it work ? If yes, could you please let us know, thanks.
"As of now, it is not possible to set up a multi-drone environment on the Parrot Mambo hardware (real). The Simulink Support Package for PARROT Minidrones will let you design the algorithm and deploy the algorithm on a single Minidrone using automatic code-generation."
I am in touch with them to see if they can help me at least in simulation.
If Matlab is not able to support such a multi-drone environment yet, what is the most challenging hurdle ? Could they begin with 2 drones later ? Will there be any roadmaps of supporting multi-drone in near future, just out of curiosity.
It is the integration of SITL to simulate the aircraft and control, and Ptolemy is used to model the logic implemented for each drone. Everything is connected using HLA.
I have designed a multi-UAVs environment on Simulink for my project. The approach was based on the extension of one UAV model to multi by adding the communication links, coordination algorithms and formation control loop.