Skip to content
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

Open
zimmy87 opened this issue Sep 20, 2021 · 4 comments
Open

"Airspeed sensor failure detected (1, -1)" after landing #49

zimmy87 opened this issue Sep 20, 2021 · 4 comments

Comments

@zimmy87
Copy link

zimmy87 commented Sep 20, 2021

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 a poll timeout 0, 22 error after completing a mission and landing, as well as a Airspeed 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.
px4_jsbsim_error_on_land

@Jaeyoung-Lim
Copy link
Contributor

@zimmy87 Thanks for reporting, I will have a look

@Jaeyoung-Lim
Copy link
Contributor

Jaeyoung-Lim commented Nov 3, 2021

@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?

@rrajnidhi
Copy link

rrajnidhi commented Apr 13, 2022

@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.

@Jaeyoung-Lim
Copy link
Contributor

@rrajnidhi Are you sure your firmware includes the fix in PX4/PX4-Autopilot#18442 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants