Skip to content

Commit

Permalink
Fixed default propellers gear ratio and gearbox losses
Browse files Browse the repository at this point in the history
  • Loading branch information
dciliberti committed Feb 23, 2021
1 parent ed8bbe9 commit 701d4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion performanceCharts.m
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
% In this code we look at the motor.

gratio = [1, 4]; % gear ratio
gloss = [0.05, 0.05]; % gearbox losses
gloss = [0, 0.05]; % gearbox losses
for i = 1:numel(condition)
condition{i}(:,3) = condition{i}(:,3) .* gratio(i);
condition{i}(:,2) = condition{i}(:,2) .* (1+gloss(i));
Expand Down

0 comments on commit 701d4d0

Please sign in to comment.