Getting Airspeed from ArduPlane Code

Hello everyone,

            I am using ArduPlane code with FlightGear for Hardware in the Loop. I am using Rascal110 airframe in FlightGear. I am trying to obtain Airspeed from my ArduPlane. I used following code to obtain this inside ArduPlane.pde. 

int16_t sensed_asp = (int16_t)airspeed.get_airspeed();

I can see airspeed in the status list of Mission Planner I also enabled airspeed from Mission planner Tuning. However I always get ZERO as airspeed. Please help if someone knows how to get airspeed.

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • So many people had a look at it yet no answer? Any developers had a look yet?

    • You might want to try posting your question on RC Groups. There doesn't seem to be a lot of answers over here.
This reply was deleted.

Activity