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

Plane: nav_controller_output fix airspeed error units #7933

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lekston
Copy link
Contributor

@lekston lekston commented Mar 15, 2018

Just a follow up for the issue #7932.

@WickedShell
Copy link
Contributor

@magicrub this has been discussed on the dev call before. The conclusion as of ~a month ago (I'd have to find the dev call notes to tell you when we discussed this) was that we should update/correct the units on it. (I was surprised as this didn't match the decision 2 years ago, but that's fine). I don't think we need to discuss it on the dev call at this point, just need to make sure GCS authors are aware we are correcting it.

@tridge
Copy link
Contributor

tridge commented Mar 19, 2018

we've decided to hold this off until we add a mavlink2 extension for target_speed, and type of target_speed (airspeed vs groundspeed). That will fix the issue and allow us to change units, while also fixing the jitter in the target_airspeed calculation in the GCS

@tridge tridge self-assigned this Mar 19, 2018
@arikrupnik
Copy link
Contributor

It appears there are two places in this code that report cm/s instead of m/s. The one under discussion here, and a couple of lines above it in tailsitter code:

plane.airspeed_error * 100,

@peterbarker
Copy link
Contributor

#18816

@hendjoshsr71
Copy link
Member

@peterbarker Would you mind fixing the title on this one to be easier to find via search? I did do a search and nothing came up since GITHub search isnt so awesome.

@peterbarker
Copy link
Contributor

@hendjoshsr71 to what? :-)

@hendjoshsr71
Copy link
Member

@hendjoshsr71 to what? :-)

Maybe just "Plane: nav_controller_output fix airspeed error" but I'm biased :)

@hendjoshsr71 hendjoshsr71 changed the title [Plane] Fix airspeed units. Plane: nav_controller_output fix airspeed error units May 9, 2022
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.

None yet

7 participants