Skip to content

Commit

Permalink
one more fix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
thowell committed Jul 21, 2019
1 parent 361c812 commit b0074ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -52,7 +52,7 @@ Qf = 1.0*Diagonal(I,n)
R = 1.0e-1*Diagonal(I,m)
obj = LQRObjective(Q,R,Qf,xf,N) # objective

bnd = BoundConstraint(n,m,u_max-1.5, u_min=-1.5) # control limits
bnd = BoundConstraint(n,m,u_max=1.5, u_min=-1.5) # control limits
goal = goal_constraint(xf) # terminal constraint

constraints = Constraints(N) # define constraints at each time step
Expand Down

0 comments on commit b0074ea

Please sign in to comment.