Hello all,
I am trying to use SITL to simulate a catapult/launcher launch. I can see in the SIM_Plane.cpp there is provision for aircraft types with launchers and a launcher function. It seems to be triggered by RC 7 (input.servos[6]) > 1700. I have been using a plane with:
have_launcher = true;
launch_accel = 15;
launch_time = 2;
Then I have tried setting both RC 6 and RC 7 to 2000us using Mav Proxy (I have tried both just in case the index is 1 not 0, but aileron is on 0 so I am fairly certain it is RC7).
I cannot get the launcher to trigger. The plane just sits there, armed, in auto, not receiving the initial G it needs to spin the propeller in TKOFF mode.
Can someone point me in the right direction for getting the SITL catapult/launcher to work?
Matt