Open zimmy87 opened 3 years ago
@zimmy87 Thanks for reporting, I will have a look
@zimmy87 Turns out this is not something coming from the simulator, but was a real issue on the flight controller side.
This was reported in https://github.com/PX4/PX4-Autopilot/issues/18437 and fixed by https://github.com/PX4/PX4-Autopilot/pull/18442
Since https://github.com/PX4/PX4-Autopilot/pull/18442 has been merged, could you check if the issue has been resolved?
@zimmy87 Even i was facing same issue. I guess the reason was bcz of steady airspeed sensor value getting published after landing or when aircraft is not moving. PX4 considers this as a sensor fault. I have resolved it by changing the value of wait time from 1 second to 10second in /src/modules/airspeed_selector/airspeed_selector_main.cpp Try and let me know.
@rrajnidhi Are you sure your firmware includes the fix in https://github.com/PX4/PX4-Autopilot/pull/18442 ?
When running the PX4 JSBSim bridge via
make px4_sitl jsbsim
on Ubuntu 18.04 and with QGroundControl connected, I'm seeing the PX4 console output apoll timeout 0, 22
error after completing a mission and landing, as well as aAirspeed sensor failure detected (1, -1)
dialog inside QGroundControl. The view inside of FlightGear goes black and PX4 is unresponsive at this point and needs a restart before uploading another mission.