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

Improved cruise mode #5245

Closed
artemsh opened this issue Dec 3, 2019 · 2 comments
Closed

Improved cruise mode #5245

artemsh opened this issue Dec 3, 2019 · 2 comments

Comments

@artemsh
Copy link

artemsh commented Dec 3, 2019

Current Behavior

When flying in the "cruise" mode, and changing the position of the pitch sticks, there is an increase or decrease in throttle according to the formula nav_fw_cruise_throttle - (nav_fw_pitch2thr * pitch_angle), after releasing the sticks, the fixed wing returns to a straight flight.

Desired Behavior

When raising or descending the wing, you have to constantly hold the sticks, which can be tiring during long flights. When using only throttle, the speed of ascent and descent is slow.

Suggested Solution

In "cruise" mode, using pitch sticks, decrease or increase trim the pitch angle, the flight controller should strive to maintain this angle, within the parameters (nav_fw_min_thr, nav_fw_max_thr, nav_fw_climb_angle, nav_fw_dive_angle, nav_fw_pitch2thr). For more active lifting it is necessary to activate the servos, to the detriment of speed. It may be necessary to limit the maximum and minimum altitude. I would also like to have in the "cruise" mode the ability to change the nav_fw_cruise_thr throttle stick within the specified limits, for greater efficiency.

Who does this impact? Who is this for?

All inav users performing long fixed wing flights.

Additional context

@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label Feature request to this issue, with a confidence of 0.98. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@CMFischer
Copy link

In my radio mixes (not Inav mixes) I add a POT & switch to the elevator inputs. Turn on switch, adjust POT to add or subtract from elevator setting. Good for long climbs or descents.

@DzikuVx DzikuVx closed this as completed Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants