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