Browse Source

adding tricopter mav type to rcS

sbg
Trent Lukaczyk 10 years ago
parent
commit
33141ae7a2
  1. 4
      ROMFS/px4fmu_common/init.d/rcS

4
ROMFS/px4fmu_common/init.d/rcS

@ -515,6 +515,10 @@ then @@ -515,6 +515,10 @@ then
then
set MAV_TYPE 2
fi
if [ $MIXER == tri_y_yaw- -o $MIXER == tri_y_yaw+ ]
then
set MAV_TYPE 2
fi
if [ $MIXER == hexa_x -o $MIXER == hexa_+ ]
then
set MAV_TYPE 13

Loading…
Cancel
Save