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

Incorrect values GroundSpeed AirSpeed #468

Open
Skalaw opened this issue Jan 11, 2017 · 0 comments
Open

Incorrect values GroundSpeed AirSpeed #468

Skalaw opened this issue Jan 11, 2017 · 0 comments

Comments

@Skalaw
Copy link

Skalaw commented Jan 11, 2017

Hello i'm using 3.0.2 v. Drone Kit and I discovered bug with GroundSpeed and AirSpeed, because i have always this same values (ground speed values is correct), so take a closer look.

In class Speed we can set airSpeed, only one method using this ArduPilot.setAltitudeGroundAndAirSpeeds, but here we have problem.

The parameters which take: altitude, groundSpeed, airSpeed, climb

Ok now i know why doesn't work properly. Class ArduPlane:

@Override
protected void processVfrHud(msg_vfr_hud vfrHud){
   //Nothing to do. Plane used GLOBAL_POSITION_INT to set altitude and speeds unlike copter
 } 

Can anyone add me to contributors, please ?

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

No branches or pull requests

1 participant