Skip to content

Incorrect values GroundSpeed AirSpeed #468

Open
@Skalaw

Description

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 ?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions