|
robotoc
robotoc - efficient ROBOT Optimal Control solvers
|
#include <vector>#include <memory>#include <unordered_map>#include <iostream>#include "robotoc/robot/robot.hpp"#include "robotoc/robot/contact_status.hpp"#include "robotoc/robot/impact_status.hpp"#include "robotoc/core/split_solution.hpp"#include "robotoc/core/split_direction.hpp"#include "robotoc/core/split_kkt_residual.hpp"#include "robotoc/core/split_kkt_matrix.hpp"#include "robotoc/constraints/constraint_component_base.hpp"#include "robotoc/constraints/impact_constraint_component_base.hpp"#include "robotoc/constraints/constraint_component_data.hpp"#include "robotoc/constraints/constraints_data.hpp"

Go to the source code of this file.
Classes | |
| class | robotoc::Constraints |
| Stack of the inequality constraints. Composed by constraint components that inherits ConstraintComponentBase or ImpactConstraintComponentBase. More... | |
Namespaces | |
| namespace | robotoc |