humoto
humoto.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @author Jan Michalczyk
5  @copyright 2014-2017 INRIA. Licensed under the Apache License, Version 2.0.
6  (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
7 
8  @brief
9 */
10 
11 #pragma once
12 
13 #include "humoto_helpers.h"
14 
15 #include "config.h"
16 
17 #include "humoto/solution.h"
18 #include "humoto/model.h"
19 #include "humoto/control_problem.h"
20 #include "humoto/violations.h"
21 #include "humoto/active_set.h"
24 #include "humoto/constraints.h"
25 #include "humoto/task.h"
26 #include "humoto/task_generic.h"
27 #include "humoto/hierarchy_level.h"
28 #include "humoto/qp_problem.h"
29 #include "humoto/hierarchy.h"
30 
31 #include "humoto/solver.h"
32 
33 #ifdef HUMOTO_USE_CONFIG
35 #endif
36 
37 #include "rigid_body.h"
Solver interface classes.
This header is included in humoto.h.
Very basic definitions.