AP_Motors: fix example sketch

This commit is contained in:
Randy Mackay 2014-02-14 16:33:36 +09:00 committed by Andrew Tridgell
parent ae59bef6d1
commit d761ddd4af

View File

@ -23,13 +23,13 @@ const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;
RC_Channel rc1(0), rc2(1), rc3(2), rc4(3);
// uncomment the row below depending upon what frame you are using
//AP_MotorsTri motors(&rc1, &rc2, &rc3, &rc4);
AP_MotorsQuad motors(&rc1, &rc2, &rc3, &rc4);
//AP_MotorsHexa motors(&rc1, &rc2, &rc3, &rc4);
//AP_MotorsY6 motors(&rc1, &rc2, &rc3, &rc4);
//AP_MotorsOcta motors(&rc1, &rc2, &rc3, &rc4);
//AP_MotorsOctaQuad motors(&rc1, &rc2, &rc3, &rc4);
//AP_MotorsHeli motors(&rc1, &rc2, &rc3, &rc4);
//AP_MotorsTri motors(rc1, rc2, rc3, rc4);
AP_MotorsQuad motors(rc1, rc2, rc3, rc4);
//AP_MotorsHexa motors(rc1, rc2, rc3, rc4);
//AP_MotorsY6 motors(rc1, rc2, rc3, rc4);
//AP_MotorsOcta motors(rc1, rc2, rc3, rc4);
//AP_MotorsOctaQuad motors(rc1, rc2, rc3, rc4);
//AP_MotorsHeli motors(rc1, rc2, rc3, rc4);
// setup