Hello everyone,
I am following up on this previously closed thread: Accel Fail Error for Multi Drone Sim
As mentioned in the docs for multi-vehicle sim,Multi-Vehicle Simulation with Gazebo | PX4 Guide (main)
When I run the commands
PX4_SYS_AUTOSTART=4001 PX4_SIM_MODEL=gz_x500 ./build/px4_sitl_default/bin/px4 -i 1
PX4_GZ_STANDALONE=1 PX4_SYS_AUTOSTART=4001 PX4_GZ_MODEL_POSE="0,1" PX4_SIM_MODEL=gz_x500 ./build/px4_sitl_default/bin/px4 -i 2
This causes both of these drones to fail due to
ERROR [sensors] Accel #0 fail: TIMEOUT!
Running
make px4_sitl gz_x500
makes it work for a single drone but not for the other drone spawned using the previous command