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

Rotorcraft nominal throttle (if adaptive filter is not used) #177

Merged
merged 5 commits into from
Apr 10, 2012

Conversation

flixr
Copy link
Member

@flixr flixr commented Apr 10, 2012

Set a nominal hover throttle instead of INV_M if you don't want to use adaptive nominal throttle estimation

You have to define GUIDANCE_V_NOMINAL_HOVER_THROTTLE in your airframe file to use it, otherwise the adaptive hover is used.
It is set in % of maximum throttle.
It is also added to settings_booz2.xml so you can tune it.

… INV_M if you don't want to use adaptive nominal throttle estimation

define GUIDANCE_V_NOMINAL_HOVER_THROTTLE in your airframe file to use it. it has a range of 0-9600 (just like the throttle command)
@flixr
Copy link
Member Author

flixr commented Apr 10, 2012

Or should we change the NOMINAL_HOVER_THROTTLE to be in % instead?
That would mean adding a handler to set guidance_v_nominal_throttle to convert the throttle in % to the actual nominal throttle.

flixr added a commit that referenced this pull request Apr 10, 2012
Easier setting of a fixed nominal throttle command if one doesn't want to use the adaptive vertical filter.
Define GUIDANCE_V_NOMINAL_HOVER_THROTTLE (in percent), otherwise the adaptive hover is used.
You can also use settings to tune it.
@flixr flixr merged commit 5349657 into paparazzi:dev Apr 10, 2012
flixr added a commit that referenced this pull request Apr 10, 2012
* rotorcrafts: additional motor arming options: #174
* rotorcrafts: easier setting/tuning of nominal hover throttle if adaptive filter is not used: #177
* rotorcrafts: some more fixed when changing vertical guidance modes
* bat_checker module
* updated some ADC stuff for lisa/m: #159
  You should now be able to use ADC_1, ADC_2, ADC_3 for the ADCs on the ANALOG1
flixr added a commit that referenced this pull request Apr 23, 2012
* rotorcrafts: additional motor arming options: #174
* rotorcrafts: easier setting/tuning of nominal hover throttle if adaptive filter is not used: #177
* rotorcrafts: some more fixed when changing vertical guidance modes
* updated some ADC stuff for lisa/m: #159
  You should now be able to use ADC_1, ADC_2, ADC_3 for the ADCs on the ANALOG1
* luftboot support
* fix the NMEA parser, now it at least works for some basic things
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant