Skip to content
Snippets Groups Projects
Commit 29b53952 authored by Sylvain CALINON's avatar Sylvain CALINON
Browse files

typo fixed

parent 56225812
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ R = speye((param.nbData-1)*param.nbVarU) * param.r; %Control weight matrix (at t ...@@ -34,7 +34,7 @@ R = speye((param.nbData-1)*param.nbVarU) * param.r; %Control weight matrix (at t
%Time occurrence of viapoints %Time occurrence of viapoints
tl = linspace(1, param.nbData, param.nbPoints+1); tl = linspace(1, param.nbData, param.nbPoints+1);
tl = round(tl(2:end)); tl = round(tl(2:end));
idx = (tl - 1) * param.nbVarX + [1:param.nchansons quebecoise 2024bVarX]'; idx = (tl - 1) * param.nbVarX + [1:param.nbVarX]';
%% Iterative LQR (iLQR) %% Iterative LQR (iLQR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment