orocos_kdl
src
chainidsolver_vereshchagin.cpp
Go to the documentation of this file.
1
// Copyright (C) 2009 Ruben Smits <ruben dot smits at intermodalics dot eu>
2
3
// Version: 1.0
4
// Author: Ruben Smits <ruben dot smits at intermodalics dot eu>
5
// Author: Herman Bruyninckx
6
// Author: Azamat Shakhimardanov
7
// Maintainer: Ruben Smits <ruben dot smits at intermodalics dot eu>
8
// URL: http://www.orocos.org/kdl
9
10
// This library is free software; you can redistribute it and/or
11
// modify it under the terms of the GNU Lesser General Public
12
// License as published by the Free Software Foundation; either
13
// version 2.1 of the License, or (at your option) any later version.
14
15
// This library is distributed in the hope that it will be useful,
16
// but WITHOUT ANY WARRANTY; without even the implied warranty of
17
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18
// Lesser General Public License for more details.
19
20
// You should have received a copy of the GNU Lesser General Public
21
// License along with this library; if not, write to the Free Software
22
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23
24
#include "
chainidsolver_vereshchagin.hpp
"
25
26
#include <
iostream
>
27
28
namespace
KDL
29
{
30
31
ChainIdSolver_Vereshchagin::ChainIdSolver_Vereshchagin
(
const
Chain
& chain_,
const
Twist
&root_acc,
const
unsigned
int
nc_) :
ChainHdSolver_Vereshchagin
(chain_, root_acc, nc_)
32
{
33
std::cout
<<
"ChainIdSolver_Vereshchagin is renamed to ChainHdSolver_Vereshchagin in version 1.5. The old name will be dropped in version 1.6"
<<
std::endl
;
34
}
35
36
}
KDL::ChainIdSolver_Vereshchagin::ChainIdSolver_Vereshchagin
ChainIdSolver_Vereshchagin(const Chain &chain, const Twist &root_acc, const unsigned int nc)
Definition:
chainidsolver_vereshchagin.cpp:31
chainidsolver_vereshchagin.hpp
iostream
KDL
Definition:
kukaLWR_DHnew.cpp:25
std::cout
KDL::Twist
represents both translational and rotational velocities.
Definition:
frames.hpp:723
KDL::ChainHdSolver_Vereshchagin
Abstract: Acceleration constrained hybrid dynamics calculations for a chain, based on Vereshchagin 19...
Definition:
chainhdsolver_vereshchagin.hpp:366
std::endl
T endl(T... args)
KDL::Chain
This class encapsulates a serial kinematic interconnection structure. It is built out of segments.
Definition:
chain.hpp:35
Generated on Thu Nov 14 2024 04:37:48 for orocos_kdl by
1.8.17