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

Update EK3_SRC_OPTIONS description needed #5853

Open
lida2003 opened this issue Mar 31, 2024 · 1 comment
Open

Update EK3_SRC_OPTIONS description needed #5853

lida2003 opened this issue Mar 31, 2024 · 1 comment

Comments

@lida2003
Copy link
Contributor

lida2003 commented Mar 31, 2024

I have a question about this parameter "FuseAllVelocities"

If EK3_SRC_OPTIONS is enabled, what copter will do?
a) GPS valid, optical flow sensor invalid ==> using GPS only
b) GPS invalid, optical flow sensor invalid ==> ???? any links?
c) GPS invalid, optical flow sensor valid ==> using optical flow only

  • Mission Planner, it seems OK
    图片

  • Ardupilot wiki - parameter list // it needs more description about set to "1"
    图片

  • Ardupilot wiki - optical flow sensor // can it set to "1" any further issues, or advanced usage?
    图片

@rmackay9
Copy link
Contributor

Hi @lida2003,

If the FuseAllVelocities option is set, velocities from all 3 sources will be used regardless of which is active. So for example, if EK3_SRC1_VELXY = GPS, EK3_SRC2_VELXY = OptFlow, EK3_SRC2_VELXY = None, then both optical flow and GPS velocities will be used.

If the option is unset then only the active source's velocities will be used. So if the active source is "1" (e.g. EK3_SRC1_xx) then only the GPS velocities would be used and the optical flow won't be.

@lida2003 lida2003 changed the title Update EK3_SRC_OPTIONS description need! Update EK3_SRC_OPTIONS description needed Apr 1, 2024
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

2 participants