OpenWalker Project
Documentation of the ROS Packages
configuration.h
Go to the documentation of this file.
1 
34 #ifndef OPEN_WALKER_CORE_CONFIGURATION_H
35 #define OPEN_WALKER_CORE_CONFIGURATION_H
36 
37 
45 #define OW_ROBOT_DOF 7
46 
50 #define OW_TYPES_SCALAR double
51 
60 #define OW_VECTOR_DOF_SCALAR OW_TYPES_SCALAR
61 
62 
68 //#define OW_VECTOR_DOF_ROWS Eigen::Dynamic
69 #define OW_VECTOR_DOF_ROWS OW_ROBOT_DOF
70 
71 
72 
73 #endif // OPEN_WALKER_CORE_CONFIGURATION_H