This commit is contained in:
xdemenchuk
2021-11-28 18:56:57 -05:00
parent cc4d3a4ea2
commit 3637368bfb

View File

@@ -52,7 +52,7 @@ function [lb, ub] = bounds(StepsPerPoint)
phi_init = TestTrack.theta(1);
%phi restricted to just [-pi/2 pi/2]
lb = [min(bound_X); -Inf; min(bound_Y); -Inf; -pi); -Inf];
lb = [min(bound_X); -Inf; min(bound_Y); -Inf; -pi; -Inf];
ub = [max(bound_X); Inf; max(bound_Y); Inf; +pi; Inf];