You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to change the order of trajectory I get stuck. In the get_constraints() function the indexing of Mapping Matrix A only for order = 10.
(eg. A[6n + 4i : 6n + 4(i+1), oi : o(i+1)], when o =7 , shape of A = (21,21) , indexing start at 21 then becomes (0,7) shape of array)
How we can automate this indexing ?
I couldn't understand it even though I tried really hard. I'm waiting for your help. Thank you
The text was updated successfully, but these errors were encountered:
Hello thx for your work.
When I try to change the order of trajectory I get stuck. In the get_constraints() function the indexing of Mapping Matrix A only for order = 10.
(eg. A[6n + 4i : 6n + 4(i+1), oi : o(i+1)], when o =7 , shape of A = (21,21) , indexing start at 21 then becomes (0,7) shape of array)
How we can automate this indexing ?
I couldn't understand it even though I tried really hard. I'm waiting for your help. Thank you
The text was updated successfully, but these errors were encountered: