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

VTOL: apply multicopter takeoff hotfix also for vtol #12250

Merged
merged 1 commit into from
Jun 12, 2019
Merged

Conversation

MaEtUgR
Copy link
Member

@MaEtUgR MaEtUgR commented Jun 12, 2019

Describe problem solved by the proposed pull request
Fixes #12171

Test data / coverage
SITL tested with make px4_sitl gazebo_standard_vtol

Before:
vtol_before

After:
vtol_after

Describe your preferred solution
As disscussed before the final solution for this problem is the multicopter position controller needs to publish the correct setpoints as soon as a corresponding mode is running even when disarmed. Then there is no setpoint being kept until the next one is published. This hotfix is for the release and we should be able to get rid of it again.

Additional context
This should be cherry-picked to 1.9.1 to fix the bug still existing for VTOLs in the 1.9.0 release.

FYI @sfuhrer

@MaEtUgR MaEtUgR added the bug label Jun 12, 2019
@MaEtUgR MaEtUgR added this to the Release v1.9.1 milestone Jun 12, 2019
@MaEtUgR MaEtUgR requested a review from RomanBapst June 12, 2019 09:26
@MaEtUgR MaEtUgR self-assigned this Jun 12, 2019
@MaEtUgR MaEtUgR added this to Low priority in Devcall Jun 12, 2019
@dagar dagar merged commit 048cca7 into master Jun 12, 2019
Devcall automation moved this from Low priority to Done Jun 12, 2019
@dagar dagar deleted the hotfix-vtol-takeoff branch June 12, 2019 17:59
dagar pushed a commit that referenced this pull request Jun 12, 2019
@dagar
Copy link
Member

dagar commented Jun 12, 2019

Backported to v1.9. 0c110a4

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.

VTOL thrust bug on takeoff still existent
2 participants