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】vtol_att_control_main.cpp:remove reset before arm #13178

Closed
wants to merge 1 commit into from
Closed

【VTOL】vtol_att_control_main.cpp:remove reset before arm #13178

wants to merge 1 commit into from

Conversation

xdwgood
Copy link
Contributor

@xdwgood xdwgood commented Oct 14, 2019

remove attitude setpoint reset before arm

To fix: #13167
I have tested it in gazebo and real vtol
FYI: @dagar

remove attitude setpoint reset before arm
@julianoes julianoes requested review from sfuhrer and dagar October 14, 2019 09:43
@dagar dagar added bug Hybrid VTOL 🛩️🚁 Multirotor + Fixedwing! labels Oct 14, 2019
@dagar
Copy link
Member

dagar commented Oct 14, 2019

This was added by @MaEtUgR in #12250.

048cca7#diff-6c8cd35edbc28a3af9018d45bd71c485

@dagar
Copy link
Member

dagar commented Oct 14, 2019

Sounds like this was a hotfix. Can we safely get rid of it now or do we need special handling for the tailsitter case?

@xdwgood
Copy link
Contributor Author

xdwgood commented Oct 14, 2019

From the results of the gazebo simulation, the problem exists in all vtol type drones.Not just tailsitter.

Copy link
Member

@MaEtUgR MaEtUgR left a comment

Choose a reason for hiding this comment

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

These reinitializations are still necessary. To get rid of these without having the takeoff issue we need to go back to always publishing attitude setpoints from the position controller and/or handling not having them better in the attitude controller.

FYI @RomanBapst

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Hybrid VTOL 🛩️🚁 Multirotor + Fixedwing!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

【Vtol】The left and right ailerons have a large output when they are stationary on the ground.
3 participants