I have implemented a custom controller which gets activated by an RC switch but I want to run it on SITL with Gazebo first.
First, Do I build like " ./waf configure --board sitl copter --enable-custom-controller " or just " ./waf configure --board stil copter "
Second, Can I activate the RC switch and enable the custom controller with the “rc 5 1900” command for example ?