robotoc
robotoc - efficient ROBOT Optimal Control solvers
|
#include <vector>
#include <memory>
#include <unordered_map>
#include "Eigen/Core"
#include "robotoc/ocp/time_discretization.hpp"
#include "robotoc/sto/sto_cost_function_component_base.hpp"
#include "robotoc/core/kkt_residual.hpp"
#include "robotoc/core/kkt_matrix.hpp"
Go to the source code of this file.
Classes | |
class | robotoc::STOCostFunction |
Stack of the cost function of the switching time optimization (STO) problem. Composed by cost function components that inherits STOCostFunctionComponentBase. More... | |
Namespaces | |
namespace | robotoc |