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.
Replies
So many people had a look at it yet no answer? Any developers had a look yet?