We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
output_motor_mask
1 parent 5fd78d0 commit b5bad02Copy full SHA for b5bad02
libraries/AP_Motors/AP_MotorsTailsitter.h
@@ -29,6 +29,9 @@ class AP_MotorsTailsitter : public AP_MotorsMulticopter {
29
// this can be used to ensure other pwm outputs (i.e. for servos) do not conflict
30
uint32_t get_motor_mask() override;
31
32
+ // output_motor_mask is not supported by the tailsitter backend, override to ensure no action.
33
+ void output_motor_mask(float thrust, uint32_t mask, float rudder_dt) override {};
34
+
35
// Set by tailsitters using diskloading minumum outflow velocity limit
36
void set_min_throttle(float val) {_external_min_throttle = val;}
37
0 commit comments