- 3.0.2 optimal control module.
|
#include <type_traits>
#include <ct/optcon/problem/ContinuousOptConProblem.h>
#include <ct/optcon/solver/OptConSolver.h>
#include "MpcSettings.h"
#include "MpcTimeKeeper.h"
#include "policyhandler/PolicyHandler.h"
#include "timehorizon/MpcTimeHorizon.h"
#include <ct/optcon/solver/NLOptConSolver.hpp>
#include "policyhandler/default/StateFeedbackPolicyHandler.h"
Go to the source code of this file.
Classes | |
class | ct::optcon::MPC< OPTCON_SOLVER > |
Main MPC class. More... | |
Namespaces | |
ct | |
ct::optcon | |