Skip to content

Commit

Permalink
ActuatorEffectivenessHelicopterTest: adapt to new constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
MaEtUgR authored and bkueng committed Jul 3, 2023
1 parent 77d6c72 commit a36c922
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TEST(ActuatorEffectivenessHelicopterTest, ThrottleCurve)
param_set(param, &values[i]);
}

ActuatorEffectivenessHelicopter helicopter(nullptr);
ActuatorEffectivenessHelicopter helicopter(nullptr, ActuatorType::MOTORS);
// run getEffectivenessMatrix with empty configuration to correctly initialize _first_swash_plate_servo_index
ActuatorEffectiveness::Configuration configuration{};
EffectivenessUpdateReason external_update = EffectivenessUpdateReason::MOTOR_ACTIVATION_UPDATE;
Expand Down

0 comments on commit a36c922

Please sign in to comment.