I'm new to MIT Drake
, I was using CasADi (ipopt)
for a mecanum wheeled model for MPC
.
In CasADi
, I can create a symbolic variable for the optimization parameters (i.e., initial state and target state).
Then use it to compute the error in state, how can I get an equivalent functionality in Drake
?