Skip to content

Commit bfcd02c

Browse files
committed
LVD: Updated throttle model default constant to 0.0 instead of 1.0 (default off instead of default on)
1 parent 11b9af0 commit bfcd02c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • helper_methods/ksptot_ma/launch_vehicle_designer/classes/ForceModels/steering/@ThrottlePolyModel

helper_methods/ksptot_ma/launch_vehicle_designer/classes/ForceModels/steering/@ThrottlePolyModel/ThrottlePolyModel.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function setPolyTerms(obj, const, linear, accel)
5151

5252
methods(Static)
5353
function model = getDefaultThrottleModel()
54-
throttlePoly = PolynominalModel(0,1,0,0);
54+
throttlePoly = PolynominalModel(0,0,0,0);
5555
model = ThrottlePolyModel(throttlePoly);
5656
end
5757
end

0 commit comments

Comments
 (0)