Skip to content
Snippets Groups Projects
Commit 31f3bcfc authored by mcsauder's avatar mcsauder Committed by Daniel Agar
Browse files

Remove logic from rc.vehicle_setup that resulted in redundantly setting the...

Remove logic from rc.vehicle_setup that resulted in redundantly setting the MAV_TYPE to the same initial default value set within the script.
parent e3ff623d
No related branches found
No related tags found
No related merge requests found
......@@ -48,18 +48,6 @@ then
set MAV_TYPE 2
# Use mixer to detect vehicle type
if [ $MIXER == quad_x -o $MIXER == quad_+ ]
then
set MAV_TYPE 2
fi
if [ $MIXER == quad_w -o $MIXER == quad_dc ]
then
set MAV_TYPE 2
fi
if [ $MIXER == quad_h ]
then
set MAV_TYPE 2
fi
if [ $MIXER == coax ]
then
set MAV_TYPE 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment