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_att_control: handle front transition timeout for all types #9341

Closed
wants to merge 9 commits into from

Conversation

RomanBapst
Copy link
Contributor

@RomanBapst RomanBapst commented Apr 19, 2018

  • moved front transition timout logic to base class so that it's available
    for all vtol types
  • cleaned up variable usage

Signed-off-by: Roman bapstroman@gmail.com

@RomanBapst
Copy link
Contributor Author

@dagar This moves front transition timeout logic to base class so that it is available for all vtol types.
It also contains a cleanup of variables.

@dagar
Copy link
Member

dagar commented Apr 19, 2018

That looks much better. What do you think about back transition timeout?

Rebase on master to get CI working (#9339).

RomanBapst and others added 8 commits April 26, 2018 10:25
- moved front transition timout logic to base class so that it's available
for all vtol types
- cleaned up variable usage

Signed-off-by: Roman <bapstroman@gmail.com>
Signed-off-by: Roman <bapstroman@gmail.com>
 - copy timestamp_sample through to final actuator_control
Signed-off-by: Roman <bapstroman@gmail.com>
Signed-off-by: Roman <bapstroman@gmail.com>
@RomanBapst RomanBapst force-pushed the pr-front_trans_timeout branch from 01be330 to 9bbbc9b Compare April 26, 2018 09:58
@@ -323,7 +299,7 @@ void Standard::update_mc_state()

// Do not engage pusher assist during a failsafe event
// There could be a problem with the fixed wing drive
if (_attc->get_vtol_vehicle_status()->vtol_transition_failsafe) {
if (_attc->get_vtol_vehicle_status().vtol_transition_failsafe) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@dagar How about _vtol_vehicle_status.vtol_transition_failsafe ?

Signed-off-by: Roman <bapstroman@gmail.com>
@RomanBapst
Copy link
Contributor Author

@dagar I combined this PR with your cleanup PR #9352
I'll also give this a test on the tiltrotor.

@stale
Copy link

stale bot commented Jan 20, 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 Feb 4, 2019

Closing as stale.

@stale stale bot closed this Feb 4, 2019
@LorenzMeier LorenzMeier deleted the pr-front_trans_timeout branch January 18, 2021 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants