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
void
Trajectory_Stationary::Write
(std::ostream& os)
const
{
22
os <<
"STATIONARY[ "
<<
duration
<< std::endl;
23
os <<
pos
<< std::endl;
24
os <<
"]"
;
25
}
26
27
}
KDL::Trajectory_Stationary::Write
virtual void Write(std::ostream &os) const
Definition:
trajectory_stationary.cpp:21
KDL::Trajectory_Stationary::pos
Frame pos
Definition:
trajectory_stationary.hpp:31
KDL
Definition:
kukaLWR_DHnew.cpp:25
trajectory_stationary.hpp
KDL::Trajectory_Stationary::duration
double duration
Definition:
trajectory_stationary.hpp:30
orocos_kdl
Author(s):
autogenerated on Thu Apr 13 2023 02:19:14