mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Plane: Quadplane: allow scripting matrix frame class
This commit is contained in:
parent
20416b38b2
commit
9c9bc6b20f
@ -726,6 +726,7 @@ bool QuadPlane::setup(void)
|
|||||||
AP_Param::set_frame_type_flags(AP_PARAM_FRAME_TRICOPTER);
|
AP_Param::set_frame_type_flags(AP_PARAM_FRAME_TRICOPTER);
|
||||||
break;
|
break;
|
||||||
case AP_Motors::MOTOR_FRAME_TAILSITTER:
|
case AP_Motors::MOTOR_FRAME_TAILSITTER:
|
||||||
|
case AP_Motors::MOTOR_FRAME_SCRIPTING_MATRIX:
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
AP_BoardConfig::config_error("Unsupported Q_FRAME_CLASS %u", frame_class);
|
AP_BoardConfig::config_error("Unsupported Q_FRAME_CLASS %u", frame_class);
|
||||||
|
Loading…
Reference in New Issue
Block a user