A1-QP-MPC-Controller
A1-QP-MPC-Controller copied to clipboard
Question on calculate A Matrix
Dear @ShuoYangRobotics ,
In ConvexMPC.cpp, I do not understand why did you set value 1 at line 129, according to the ConvexMPC on MIT Cheetah3 paper, isn't it should be zero?
https://github.com/ShuoYangRobotics/A1-QP-MPC-Controller/blob/79c91302b5855cf245a852aefa7162449bf4ac9e/src/a1_cpp/src/ConvexMpc.cpp#L110-L130
can you explain why you put 1 in line 129?