2014-01-10 08:18:34 -04:00
|
|
|
#!nsh
|
|
|
|
#
|
|
|
|
# Standard apps for fixed wing
|
|
|
|
#
|
|
|
|
|
|
|
|
#
|
|
|
|
# Start the attitude and position estimator
|
|
|
|
#
|
2014-04-19 11:13:13 -03:00
|
|
|
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
|
2015-01-06 06:59:15 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Start Land Detector
|
|
|
|
#
|
2015-01-08 09:22:39 -04:00
|
|
|
land_detector start fixedwing
|
2015-01-06 06:59:15 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# Misc apps
|
2015-01-15 05:06:56 -04:00
|
|
|
#
|