I have this line in the clbkPreStep
sprintf(oapiDebugString(), "pitch %2.2f rudder %2.2f POWER %2.2f,MAINROTORTHRUST %2.2f", pitch, tail_rotor_dir,power, main_rotor_thrust);
When I run it the pitch and rudder are 0.0 with no change with using the keypad. the power changes when I strt the enginge and the main rotor thrust changes. Collecetive changes the thrust
In the scenario I have the LUA ranger copter and I can steer it. It seems for some reason it is not getting the values of the ruddder,.....
So I made a copy of the copter code and removed most of it. But still no pitch reading????
sprintf(oapiDebugString(), "pitch %2.2f rudder %2.2f POWER %2.2f,MAINROTORTHRUST %2.2f", pitch, tail_rotor_dir,power, main_rotor_thrust);
When I run it the pitch and rudder are 0.0 with no change with using the keypad. the power changes when I strt the enginge and the main rotor thrust changes. Collecetive changes the thrust
In the scenario I have the LUA ranger copter and I can steer it. It seems for some reason it is not getting the values of the ruddder,.....
So I made a copy of the copter code and removed most of it. But still no pitch reading????
Last edited: