Austin Schuh | 7400da0 | 2018-01-28 19:54:58 -0800 | [diff] [blame^] | 1 | /********************************************************************************************************************** |
| 2 | This file is part of the Control Toolbox (https://adrlab.bitbucket.io/ct), copyright by ETH Zurich, Google Inc. |
| 3 | Authors: Michael Neunert, Markus Giftthaler, Markus Stäuble, Diego Pardo, Farbod Farshidian |
| 4 | Licensed under Apache2 license (see LICENSE file in main directory) |
| 5 | **********************************************************************************************************************/ |
| 6 | |
| 7 | #pragma once |
| 8 | |
| 9 | namespace ct { |
| 10 | namespace models { |
| 11 | |
| 12 | static const std::string exampleDir = "${CT_MODELS_EXAMPLE_DIR}"; |
| 13 | |
| 14 | } |
| 15 | } |