robotoc
robotoc - efficient ROBOT Optimal Control solvers
|
#include <vector>
#include <memory>
#include <cassert>
#include "robotoc/robot/robot.hpp"
#include "robotoc/cost/cost_function.hpp"
#include "robotoc/constraints/constraints.hpp"
#include "robotoc/sto/sto_cost_function.hpp"
#include "robotoc/sto/sto_constraints.hpp"
#include "robotoc/planner/contact_sequence.hpp"
Go to the source code of this file.
Classes | |
class | robotoc::OCP |
The optimal control problem. More... | |
Namespaces | |
namespace | robotoc |