mirror of
https://github.com/ROB-535-F21-Team-3/Control-Project.git
synced 2025-09-01 06:03:15 +00:00
typo.
This commit is contained in:
@@ -52,7 +52,7 @@ function [lb, ub] = bounds(StepsPerPoint)
|
|||||||
phi_init = TestTrack.theta(1);
|
phi_init = TestTrack.theta(1);
|
||||||
|
|
||||||
%phi restricted to just [-pi/2 pi/2]
|
%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];
|
ub = [max(bound_X); Inf; max(bound_Y); Inf; +pi; Inf];
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user