We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My px4(1.9.2) Quad reject position control when using Px4 flow sensor(Holybro) with PX4 Pro latest firmware I use i2c bus for conection.
SENS_FLOW_ROT = 270 I try to use LPE LPE_FUSION = 4 LPE_FLW_QMIN = 10. LPE_FLW_SCALE = 1.0. LPE_FLW_R = 0.1. LPE_FLW_RR = 0.0. and EKF 2 estimator EKF2_AID_MASK = 2 EKF2_OF_DELAY = 0. EKF2_OF_QMIN = 10. EKF2_OF_N_MIN = 0.05. EKF2_OF_N_MAX = 0.2
Can you help me with this ? Thank you.
.
The text was updated successfully, but these errors were encountered:
I have exactly the same problem.
Sorry, something went wrong.
Hi, is there any progress in using optical flow sensor? I am running the same rejection position problem with a flow breakboard. Thanks
No branches or pull requests
My px4(1.9.2) Quad reject position control when using Px4 flow sensor(Holybro) with PX4 Pro latest firmware
I use i2c bus for conection.
SENS_FLOW_ROT = 270
I try to use LPE
LPE_FUSION = 4
LPE_FLW_QMIN = 10.
LPE_FLW_SCALE = 1.0.
LPE_FLW_R = 0.1.
LPE_FLW_RR = 0.0.
and EKF 2 estimator
EKF2_AID_MASK = 2
EKF2_OF_DELAY = 0.
EKF2_OF_QMIN = 10.
EKF2_OF_N_MIN = 0.05.
EKF2_OF_N_MAX = 0.2
Can you help me with this ? Thank you.
.
The text was updated successfully, but these errors were encountered: