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 
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 }
virtual void Write(std::ostream &os) const


orocos_kdl
Author(s):
autogenerated on Thu Apr 13 2023 02:19:14