aboutsummaryrefslogtreecommitdiff
path: root/ROMFS/px4fmu_common/init.d/rc.autostart
diff options
context:
space:
mode:
Diffstat (limited to 'ROMFS/px4fmu_common/init.d/rc.autostart')
-rw-r--r--ROMFS/px4fmu_common/init.d/rc.autostart19
1 files changed, 19 insertions, 0 deletions
diff --git a/ROMFS/px4fmu_common/init.d/rc.autostart b/ROMFS/px4fmu_common/init.d/rc.autostart
index 0d6e0564a..097ea5efd 100644
--- a/ROMFS/px4fmu_common/init.d/rc.autostart
+++ b/ROMFS/px4fmu_common/init.d/rc.autostart
@@ -16,6 +16,7 @@
# 11000 .. 11999 Hexa Cox
# 12000 .. 12999 Octo Cox
# 13000 .. 13999 VTOL
+# 14000 .. 14999 Tri Y
#
# Simulation
@@ -266,3 +267,21 @@ if param compare SYS_AUTOSTART 13002
then
sh /etc/init.d/13002_firefly6
fi
+
+#
+# TriCopter Y Yaw+
+#
+if param compare SYS_AUTOSTART 14001
+then
+ sh /etc/init.d/14001_tri_y_yaw+
+fi
+
+#
+# TriCopter Y Yaw-
+#
+if param compare SYS_AUTOSTART 14002
+then
+ sh /etc/init.d/14002_tri_y_yaw-
+fi
+
+