Browse Source

airframes: delete 4002 quad x mount

- the mount can be enabled via parameter
sbg
Daniel Agar 5 years ago committed by Lorenz Meier
parent
commit
4ac3ce9f54
  1. 34
      ROMFS/px4fmu_common/init.d/airframes/4002_quad_x_mount
  2. 1
      ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt

34
ROMFS/px4fmu_common/init.d/airframes/4002_quad_x_mount

@ -1,34 +0,0 @@ @@ -1,34 +0,0 @@
#!/bin/sh
#
# @name Generic Quadrotor x with mount (e.g. gimbal)
#
# @type Quadrotor x
# @class Copter
#
# @output MAIN1 motor 1
# @output MAIN2 motor 2
# @output MAIN3 motor 3
# @output MAIN4 motor 4
# @output MAIN5 feed-through of RC AUX1 channel
# @output MAIN6 feed-through of RC AUX2 channel
#
# @output AUX1 Mount pitch
# @output AUX2 Mount roll
# @output AUX3 Mount yaw
# @output AUX4 Mount retract
#
# @maintainer Leon Mueller <thedevleon>
#
sh /etc/init.d/rc.mc_defaults
if [ $AUTOCNF = yes ]
then
param set PWM_AUX_RATE 50
fi
set MIXER quad_x
set PWM_OUT 1234
set MIXER_AUX mount
set PWM_AUX_OUT 123456

1
ROMFS/px4fmu_common/init.d/airframes/CMakeLists.txt

@ -60,7 +60,6 @@ px4_add_romfs_files( @@ -60,7 +60,6 @@ px4_add_romfs_files(
# [4000, 4999] Quadrotor x"
4001_quad_x
4002_quad_x_mount
4003_qavr5
4004_H4_680mm
4009_qav250

Loading…
Cancel
Save