aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/32_skywalker_x5
diff options
context:
space:
mode:
Diffstat (limited to 'ROMFS/px4fmu_common/init.d/32_skywalker_x5')
-rw-r--r--ROMFS/px4fmu_common/init.d/32_skywalker_x531
1 files changed, 5 insertions, 26 deletions
diff --git a/ROMFS/px4fmu_common/init.d/32_skywalker_x5 b/ROMFS/px4fmu_common/init.d/32_skywalker_x5
index cd7677112..11071613c 100644
--- a/ROMFS/px4fmu_common/init.d/32_skywalker_x5
+++ b/ROMFS/px4fmu_common/init.d/32_skywalker_x5
@@ -30,8 +30,6 @@ then
# Start MAVLink (depends on orb)
mavlink start
- commander start
-
sh /etc/init.d/rc.io
# Limit to 100 Hz updates and (implicit) 50 Hz PWM
px4io limit 100
@@ -39,32 +37,10 @@ else
# Start MAVLink (on UART1 / ttyS0)
mavlink start -d /dev/ttyS0
- commander start
-
fmu mode_pwm
param set BAT_V_SCALING 0.004593
set EXIT_ON_END yes
fi
-
-#
-# Start the sensors and test them.
-#
-sh /etc/init.d/rc.sensors
-
-#
-# Start logging (depends on sensors)
-#
-sh /etc/init.d/rc.logging
-
-#
-# Start GPS interface (depends on orb)
-#
-gps start
-
-#
-# Start the attitude and position estimator
-#
-att_pos_estimator_ekf start
#
# Load mixer and start controllers (depends on px4io)
@@ -77,8 +53,11 @@ else
echo "Using /etc/mixers/FMU_Q.mix"
mixer load /dev/pwm_output /etc/mixers/FMU_Q.mix
fi
-fw_att_control start
-fw_pos_control_l1 start
+
+#
+Start common fixedwing apps
+#
+sh /etc/init.d/rc.fixedwing
if [ $EXIT_ON_END == yes ]
then