Hi everyone. I am new to PX4. I am trying to perform some simulations with drone swarm. I need to simulate multiple drones (20 for example) with PX4 and gazebo. I am using WSL, Ubuntu 22.04, gazebo harmonic. I followed guide for multiple vehicles and everything works fine for nine vehicles (i can connect and control using python mavsdk). Using following command, changing instance and pose for every model
PX4_GZ_STANDALONE=1 PX4_GZ_MODEL_POSE="0,0" PX4_SIM_MODEL=gz_x500 ./build/px4_sitl_default/bin/px4 -i 1
If 10+ vehicles are created can’t connect to vehicles 10+. I believe it happens because 9 and following vehicles are using udp://:14549
. How can i change this behavior and use unique port for each new vehicle? What ports will be safe to use? Thanks for the help in advance.