orocos_kdl
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 
18 
19 namespace KDL {
20 
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:34
KDL
Definition: kukaLWR_DHnew.cpp:25
KDL::Trajectory_Stationary::pos
Frame pos
Definition: trajectory_stationary.hpp:57
trajectory_stationary.hpp
std::ostream
std::endl
T endl(T... args)
KDL::Trajectory_Stationary::duration
double duration
Definition: trajectory_stationary.hpp:56