Skip to content

Commit

Permalink
LVD: Updated throttle model default constant to 0.0 instead of 1.0 (d…
Browse files Browse the repository at this point in the history
…efault off instead of default on)
  • Loading branch information
Arrowstar committed Nov 4, 2018
1 parent 11b9af0 commit bfcd02c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function setPolyTerms(obj, const, linear, accel)

methods(Static)
function model = getDefaultThrottleModel()
throttlePoly = PolynominalModel(0,1,0,0);
throttlePoly = PolynominalModel(0,0,0,0);
model = ThrottlePolyModel(throttlePoly);
end
end
Expand Down

0 comments on commit bfcd02c

Please sign in to comment.