Files
bizhang_-obav/ROMFS/px4fmu_common/init.d/rc.mc_apps
2014-01-08 20:55:12 +01:00

25 lines
343 B
Plaintext

#!nsh
#
# Standard everything needed for multirotors except mixer, actuator output and mavlink
#
#
# Start the attitude estimator
#
attitude_estimator_ekf start
#
# Start position estimator
#
position_estimator_inav start
#
# Start attitude control
#
multirotor_att_control start
#
# Start position control
#
multirotor_pos_control start