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

Plane: do not set desired vel/accel on takeoff for quadplanes #26573

Merged
merged 1 commit into from
Aug 12, 2024

Conversation

magate
Copy link
Contributor

@magate magate commented Mar 20, 2024

This effectively bypasses the input shaping.

Currently this creates a step change in the position controller.

image
image

Removing this allows for the smooth setting.
image
image

@tridge tridge requested a review from IamPete1 March 20, 2024 23:01
Copy link
Member

@IamPete1 IamPete1 left a comment

Choose a reason for hiding this comment

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

I think this is good change.

@magate
Copy link
Contributor Author

magate commented Apr 2, 2024

@IamPete1 we tested this today and are very happy with the results.

before
image

after
image

This effectively bypasses the input shaping.

Currently this creates a step change in the position controller.
@peterbarker
Copy link
Contributor

I've rebased this on master to remove the merge commits.

Marking this for DevCall based on @IamPete1 's positive review...

@tridge tridge merged commit d5bd30b into ArduPilot:master Aug 12, 2024
63 checks passed
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

Successfully merging this pull request may close these issues.

5 participants