- 3.0.2 optimal control module.
exampleDir.h
Go to the documentation of this file.
1 /**********************************************************************************************************************
2 This file is part of the Control Toolbox (https://github.com/ethz-adrl/control-toolbox), copyright by ETH Zurich.
3 Licensed under the BSD-2 license (see LICENSE file in main directory)
4 **********************************************************************************************************************/
5 
6 #pragma once
7 
8 namespace ct {
9 namespace optcon {
10 
11 // the following path will be set automatically during building (do not copy this file manually!)
12 static const std::string exampleDir = "/home/gim2rng/ct_devel_ws/src/control-toolbox/ct_optcon/examples";
13 
14 }
15 }