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

SITL: added SIM_WIND_TC #27083

Merged
merged 2 commits into from
May 20, 2024
Merged

SITL: added SIM_WIND_TC #27083

merged 2 commits into from
May 20, 2024

Conversation

tridge
Copy link
Contributor

@tridge tridge commented May 17, 2024

wind in the real world does not change instantly. Adding a time constant prevents the EKF from getting confused with instant changes in wind speed

// @Param: WIND_TURB
// @DisplayName: Simulated Wind variation
// @Description: Allows you to emulate random wind variations in sim
// @Units: m/s
// @User: Advanced
AP_GROUPINFO("WIND_TURB", 11, SIM, wind_turbulance, 0),

// @Param: WIND_TC
// @DisplayName: Wind variation time constant
// @Description: this controls the time over which wind changes take effect
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

normally we don't need the "this controls" at the front because all parameters control something.

@tridge tridge merged commit 54b6349 into ArduPilot:master May 20, 2024
91 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants