mirror of
https://github.com/ROB-535-F21-Team-3/Control-Project.git
synced 2025-08-31 05:43:14 +00:00
typo.
This commit is contained in:
@@ -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];
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user