-
Notifications
You must be signed in to change notification settings - Fork 342
Fix airspeed calculation under wind influence by wind triangle #2844
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
Conversation
…ed sensor Signed-off-by: TigerWuu <tiger871108@gmail.com>
Signed-off-by: TigerWuu <tiger871108@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes look good to me. This needs a gz-sensors9 release for CI to be green
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gz-sensors9 was released last week. This PR is good to go. Just a couple of minor issues picked up by CI
Co-authored-by: Ian Chen <ichen@openrobotics.org> Signed-off-by: Ching-Hsiang Wu <tiger871108@gmail.com>
Co-authored-by: Ian Chen <ichen@openrobotics.org> Signed-off-by: Ching-Hsiang Wu <tiger871108@gmail.com>
Co-authored-by: Ian Chen <ichen@openrobotics.org> Signed-off-by: Ching-Hsiang Wu <tiger871108@gmail.com>
🦟 Bug fix
Result from the discussion in PX4/PX4-Autopilot#24452
Depends on
Summary
Refer to
windEffect
plugin, the airspeed plugin obtains wind information through ECM and transmits it to the airspeed sensor to calculate true airspeed considering wind influence, which is by callingSetWindVelocity
function.Checklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge and edit the commit message to match the pull request summary while retaining
Signed-off-by
messages.