- 3.0.2 models module.
DoubleInvertedPendulumUrdfNames.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
models {
10
namespace
DoubleInvertedPendulum {
11
12
const
std::vector<std::string>&
urdfJointNames
()
13
{
14
static
std::vector<std::string>
urdfJointNames
{
"Joint1"
,
"Joint2"
};
15
16
return
urdfJointNames
;
17
}
18
}
19
}
20
}
ct::models::DoubleInvertedPendulum::urdfJointNames
const std::vector< std::string > & urdfJointNames()
Definition:
DoubleInvertedPendulumUrdfNames.h:12
ct
include
ct
models
DoubleInvertedPendulum
DoubleInvertedPendulumUrdfNames.h
Generated on Wed Feb 19 2020 15:14:59 by
1.8.13