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

25 lines
270 B
Plaintext
Raw Normal View History

2014-01-10 08:18:34 -04:00
#!nsh
#
# Standard apps for fixed wing
#
#
# Start the attitude and position estimator
#
ekf_att_pos_estimator start
2014-01-10 08:18:34 -04:00
#
# Start attitude controller
#
fw_att_control start
fw_pos_control_l1 start
#
# Start Land Detector
#
land_detector start fixedwing
#
# Misc apps
2015-01-15 05:06:56 -04:00
#