- 3.0.2 models module.
CodegenOutputDirs.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace ct {
4 namespace models {
5 
6 static const std::string IP_CODEGEN_OUTPUT_DIR = "/home/gim2rng/ct_devel_ws/src/control-toolbox/ct_models/include/ct/models/InvertedPendulum/codegen";
7 static const std::string HYA_CODEGEN_OUTPUT_DIR = "/home/gim2rng/ct_devel_ws/src/control-toolbox/ct_models/include/ct/models/HyA/codegen";
8 static const std::string HYQ_CODEGEN_OUTPUT_DIR = "/home/gim2rng/ct_devel_ws/src/control-toolbox/ct_models/include/ct/models/HyQ/codegen";
9 
10 }
11 }
12