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

don't have the code about ARSP_YAW_CTRL_DISABLE in tailsitter.cpp #12243

Open
bluecat1997 opened this issue Jun 11, 2019 · 2 comments
Open

don't have the code about ARSP_YAW_CTRL_DISABLE in tailsitter.cpp #12243

bluecat1997 opened this issue Jun 11, 2019 · 2 comments
Labels

Comments

@bluecat1997
Copy link

bluecat1997 commented Jun 11, 2019

In src/modules/vtol_att_control/tailsitter.cpp ,has the code :
#define ARSP_YAW_CTRL_DISABLE 4.0f // airspeed at which we stop controlling yaw during a front transition

This is a very useful function especially in Quadx tailsitter , because the yaw control in MC controller will interference the FW controller in sometime

But I don't found the code about it in tailsitter.cpp . In tiltrotor.cpp it has code like this:
// reduce MC controls once the plane has picked up speed if (!_params->airspeed_disabled && _airspeed->indicated_airspeed_m_s > ARSP_YAW_CTRL_DISABLE) { _mc_yaw_weight = 0.0f; }

But in tailsitter.cpp there is nothing ,can someone fix it in next firmware?

@stale
Copy link

stale bot commented Sep 9, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale
Copy link

stale bot commented Dec 24, 2019

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

@stale stale bot added the stale label Dec 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants