You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have followed each step of the installation (manual installation guide not the docker one) but still fail to fly the drone due to below preflight check fails. Everything else including gazebo simulation and the camera stream run without any problem.
WARN [health_and_arming_checks] Preflight Fail: Compass Sensor 0 missing
WARN [health_and_arming_checks] Preflight Fail: No connection to the ground control station
which caused preflight check failed , therefore when send arm command it got denied as below WARN [commander] Arming denied: Resolve system health failures first
I have tried docker installation and it worked, but because I want to change the world model to my custom world sdf and dont know how to do it in docker environment .
Does anyone encounter the same problem when install locally ?
The text was updated successfully, but these errors were encountered:
@TKPhuong Hi, I'm not sure why are getting these warnings, but you can try to use below params in PX4 SITL just to see if you can arm and fly the drone. (do not use these kind of commands in real life flight!)
param set COMPASS_ENABLE 0
param set ARMING_CHECK 0
And about the docker part: You can copy your default.sdf from your host machine into docker by using docker cp command in a new terminal: (change the address and container name based on your machine)
I have followed each step of the installation (manual installation guide not the docker one) but still fail to fly the drone due to below preflight check fails. Everything else including gazebo simulation and the camera stream run without any problem.
which caused preflight check failed , therefore when send arm command it got denied as below
WARN [commander] Arming denied: Resolve system health failures first
I have tried docker installation and it worked, but because I want to change the world model to my custom world sdf and dont know how to do it in docker environment .
Does anyone encounter the same problem when install locally ?
The text was updated successfully, but these errors were encountered: