-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Airspeed sensor failure detected (1, -1)" after landing #49
Comments
@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 PX4/PX4-Autopilot#18437 and fixed by PX4/PX4-Autopilot#18442 Since PX4/PX4-Autopilot#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 |
@rrajnidhi Are you sure your firmware includes the fix in PX4/PX4-Autopilot#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.The text was updated successfully, but these errors were encountered: