se2ez
core.h
Go to the documentation of this file.
1 /* Author: Zachary Kingston */
2 
3 #ifndef SE2EZ_CORE_
4 #define SE2EZ_CORE_
5 
6 /** \brief Main namespace.
7  */
8 namespace se2ez
9 {
10 }
11 
12 #include <Eigen/Core>
13 #include <Eigen/Geometry>
14 
16 #include <se2ez/core/collision.h>
17 #include <se2ez/core/colormap.h>
18 #include <se2ez/core/cspace.h>
19 #include <se2ez/core/frame.h>
20 #include <se2ez/core/geometry.h>
21 #include <se2ez/core/ik.h>
22 #include <se2ez/core/io.h>
23 #include <se2ez/core/joint.h>
24 #include <se2ez/core/log.h>
25 #include <se2ez/core/math.h>
26 #include <se2ez/core/robot.h>
27 #include <se2ez/core/scene.h>
28 #include <se2ez/core/state.h>
29 #include <se2ez/core/yaml.h>
31 
35 
36 #endif
Main namespace.
Definition: collision.h:11