px4-firmware/ROMFS/px4fmu_common/init.d/rc.fw_apps

23 lines
345 B
Plaintext
Raw Normal View History

#!/bin/sh
2014-01-10 08:18:34 -04:00
#
# Standard apps for fixed wing
#
# NOTE: Script variables are declared/initialized/unset in the rcS script.
#
2014-01-10 08:18:34 -04:00
#
# Start the attitude and position estimator.
2014-01-10 08:18:34 -04:00
#
ekf2 start &
2014-01-10 08:18:34 -04:00
#
# Start attitude controller.
2014-01-10 08:18:34 -04:00
#
fw_att_control start
fw_pos_control_l1 start
airspeed_selector start
#
# Start Land Detector.
#
land_detector start fixedwing