https://youtu.be/4GZpSZQ2gJw?feature=shared
- Use test.py to check the setup by connecting the ground telemetry module to Raspberry pi or computer USB port and airunit to the pixhawk drone. Check baud-rate and assigned usb port in terminal using command: ls /dev/tty*
- Use test2.py to check the setup for sending data from rpi or computer to multiple drones. In this codes two drones are connected and data is sent.
- If you are planning to control multople drones from single ground control station and at longer ranger then you can use radio module which has meshing capabalities just like master and slave nodes and using slave id number you can pass the data that particular drone from master node also you can have synchronisation between all the drones connected to the master and perform task without collision.
- aruco_sitl.py and aruco_rpi.py are same code except fot the wait key argument set to False in sitl and True in actual hardware test.