mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 02:36:37 +08:00
update ctrlalloc airframe location
This commit is contained in:
+2
-2
@@ -7,8 +7,8 @@
|
|||||||
# @maintainer Julian Oes <julian@oes.ch>
|
# @maintainer Julian Oes <julian@oes.ch>
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/rc.mc_defaults
|
. ${R}etc/init.d/rc.mc_defaults
|
||||||
sh /etc/init.d/rc.ctrlalloc
|
. ${R}etc/init.d/rc.ctrlalloc
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
+2
-2
@@ -5,8 +5,8 @@
|
|||||||
# @type Hexarotor x
|
# @type Hexarotor x
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/rc.mc_defaults
|
. ${R}etc/init.d/rc.mc_defaults
|
||||||
sh /etc/init.d/rc.ctrlalloc
|
. ${R}etc/init.d/rc.ctrlalloc
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
@@ -33,6 +33,7 @@
|
|||||||
|
|
||||||
px4_add_romfs_files(
|
px4_add_romfs_files(
|
||||||
10016_iris
|
10016_iris
|
||||||
|
10017_iris_ctrlalloc
|
||||||
10020_if750a
|
10020_if750a
|
||||||
10030_px4vision
|
10030_px4vision
|
||||||
1010_iris_opt_flow
|
1010_iris_opt_flow
|
||||||
@@ -73,4 +74,6 @@ px4_add_romfs_files(
|
|||||||
2507_cloudship
|
2507_cloudship
|
||||||
6011_typhoon_h480
|
6011_typhoon_h480
|
||||||
6011_typhoon_h480.post
|
6011_typhoon_h480.post
|
||||||
|
6012_typhoon_ctrlalloc
|
||||||
|
6012_typhoon_ctrlalloc.post
|
||||||
)
|
)
|
||||||
|
|||||||
+2
-2
@@ -8,8 +8,8 @@
|
|||||||
# @maintainer Silvan Fuhrer
|
# @maintainer Silvan Fuhrer
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/rc.mc_defaults
|
. ${R}etcinit.d/rc.mc_defaults
|
||||||
sh /etc/init.d/rc.ctrlalloc
|
. ${R}etc/init.d/rc.ctrlalloc
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
+2
-2
@@ -8,8 +8,8 @@
|
|||||||
# @maintainer Silvan Fuhrer
|
# @maintainer Silvan Fuhrer
|
||||||
#
|
#
|
||||||
|
|
||||||
sh /etc/init.d/rc.mc_defaults
|
. ${R}etc/init.d/rc.mc_defaults
|
||||||
sh /etc/init.d/rc.ctrlalloc
|
. ${R}etc/init.d/rc.ctrlalloc
|
||||||
|
|
||||||
if [ $AUTOCNF = yes ]
|
if [ $AUTOCNF = yes ]
|
||||||
then
|
then
|
||||||
@@ -70,6 +70,7 @@ px4_add_romfs_files(
|
|||||||
4015_holybro_s500
|
4015_holybro_s500
|
||||||
4016_holybro_px4vision
|
4016_holybro_px4vision
|
||||||
4017_nxp_hovergames
|
4017_nxp_hovergames
|
||||||
|
4018_s500_ctrlalloc
|
||||||
4020_hk_micro_pcb
|
4020_hk_micro_pcb
|
||||||
4030_3dr_solo
|
4030_3dr_solo
|
||||||
4031_3dr_quad
|
4031_3dr_quad
|
||||||
@@ -97,6 +98,7 @@ px4_add_romfs_files(
|
|||||||
# [6000, 6999] Hexarotor x"
|
# [6000, 6999] Hexarotor x"
|
||||||
6001_hexa_x
|
6001_hexa_x
|
||||||
6002_draco_r
|
6002_draco_r
|
||||||
|
6003_hexa_x_ctrlalloc
|
||||||
|
|
||||||
# [7000, 7999] Hexarotor +"
|
# [7000, 7999] Hexarotor +"
|
||||||
7001_hexa_+
|
7001_hexa_+
|
||||||
|
|||||||
Reference in New Issue
Block a user