Hi, while launching this command : ~/PX4-Autopilot/build/px4_sitl_default/bin/px4, I always get the same error :
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
ERROR [gz_bridge] Service call timed out. Check GZ_SIM_RESOURCE_PATH is set correctly.
ERROR [gz_bridge] Task start failed (-1)
ERROR [init] gz_bridge failed to start and spawn model
ERROR [px4] Startup script returned with return value: 256
I tried multiple times, but gazebo always launches with a black screen, and then crashes. I also checked the GZ_SIM_RESOURCE_PATH variable and it's empty so i tried to export it with a path that contains worlds models : export GZ_SIM_RESOURCE_PATH=/home/users/PX4-Autopilot_PATCH/Tools/simulation/gz/worlds. But it doesn't change anything.
If you have any clue, thanks in advance
Hi, while launching this command : ~/PX4-Autopilot/build/px4_sitl_default/bin/px4, I always get the same error :
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
ERROR [gz_bridge] Service call timed out. Check GZ_SIM_RESOURCE_PATH is set correctly.
ERROR [gz_bridge] Task start failed (-1)
ERROR [init] gz_bridge failed to start and spawn model
ERROR [px4] Startup script returned with return value: 256
I tried multiple times, but gazebo always launches with a black screen, and then crashes. I also checked the GZ_SIM_RESOURCE_PATH variable and it's empty so i tried to export it with a path that contains worlds models : export GZ_SIM_RESOURCE_PATH=/home/users/PX4-Autopilot_PATCH/Tools/simulation/gz/worlds. But it doesn't change anything.
If you have any clue, thanks in advance