Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
src
trajectory_stationary.cpp
Go to the documentation of this file.
1
/*****************************************************************************
2
* \author
3
* Erwin Aertbelien, Div. PMA, Dep. of Mech. Eng., K.U.Leuven
4
*
5
* \version
6
* LRL V0.2
7
*
8
* \par History
9
* - $log$
10
*
11
* \par Release
12
* $Id: trajectory_stationary.cpp 22 2004-09-21 08:58:54Z eaertbellocal $
13
* $Name: $
14
****************************************************************************/
15
16
17
#include "
trajectory_stationary.hpp
"
18
19
namespace
KDL
{
20
21
using namespace
std
;
22
23
24
void
Trajectory_Stationary::Write
(ostream& os)
const
{
25
os <<
"STATIONARY[ "
<< duration << endl;
26
os << pos << endl;
27
os <<
"]"
;
28
}
29
30
31
}
32
std
KDL
Definition:
kukaLWR_DHnew.cpp:25
KDL::Trajectory_Stationary::Write
virtual void Write(std::ostream &os) const
Definition:
trajectory_stationary.cpp:24
trajectory_stationary.hpp
orocos_kdl
Author(s):
autogenerated on Fri Mar 12 2021 03:05:44