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
This function of MPCController::computeHessianAndGradient() in the file of mpc_controller.cpp did not compute the gradient of MPC‘s cost function. The variable of gradient_ is only initialized as a "Zero Vector". I think there are some issues that lead to poor tracking performance, as shown in the test image in the file of README.md
The text was updated successfully, but these errors were encountered:
This function of
MPCController::computeHessianAndGradient()
in the file ofmpc_controller.cpp
did not compute the gradient of MPC‘s cost function. The variable ofgradient_
is only initialized as a "Zero Vector". I think there are some issues that lead to poor tracking performance, as shown in the test image in the file ofREADME.md
The text was updated successfully, but these errors were encountered: