Go to the source code of this file.
Namespaces | |
namespace | MPC |
Functions | |
int | MPC::backwardPass (const TrajectoryDeriv &d, LocalValueFunction &v, float lam) |
void | MPC::DDP (const VectorT &x0, const MatrixT &u0, const DDPParams ¶ms, const int maxIter, Trajectory &t) |
bool | MPC::DDP_init (Dynamics dyn, DynamicsD dynd, CostFunction cost, CostFunctionD costd) |
int | MPC::forwardPass (const VectorT &x0, const MatrixT &u, const LocalValueFunction &v, const Trajectory &in, Trajectory &out, float alpha) |