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