Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GXZ committed Apr 27, 2018
1 parent deec4df commit fd2bae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuadcopterNavigation/mainQuadcopter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ xWS_as = [rx'/10 ; ry'/10 ; rz'/10 ; zeros(3,N_as+1) ; vWS ; zeros(3,N_as+1) ];
uWS_as = 0.5*ones(4,N_as); # same length as horizon
timeWS_as = 1
# not plotting might get rid of IPOPT restoration failure messages...
plotTrajQuadcopter(xWS_as',uWS_as',N_as,egoR,ob12,ob22,ob32,ob42,ob52,ob6,egoR,"Warm Start (A*) ",0)
# plotTrajQuadcopter(xWS_as',uWS_as',N_as,egoR,ob12,ob22,ob32,ob42,ob52,ob6,egoR,"Warm Start (A*) ",0)


######### trajectory with Distance Approach
Expand Down

0 comments on commit fd2bae4

Please sign in to comment.