rc.fw_apps
345 Bytes
#!/bin/sh
#
# Standard apps for fixed wing
#
# NOTE: Script variables are declared/initialized/unset in the rcS script.
#
#
# Start the attitude and position estimator.
#
ekf2 start &
#
# Start attitude controller.
#
fw_att_control start
fw_pos_control_l1 start
airspeed_selector start
#
# Start Land Detector.
#
land_detector start fixedwing