30 lines
551 B
C++
30 lines
551 B
C++
// SPDX-License-Identifier: LGPL-2.1-or-later
|
|
|
|
/*****************************************************************************
|
|
* \author
|
|
* Erwin Aertbelien, Div. PMA, Dep. of Mech. Eng., K.U.Leuven
|
|
*
|
|
* \version
|
|
* ORO_Geometry V0.2
|
|
*
|
|
* \par History
|
|
* - $log$
|
|
*
|
|
* \par Release
|
|
* $Id: rframes.cpp,v 1.1.1.1 2002/08/26 14:14:21 rmoreas Exp $
|
|
* $Name: $
|
|
****************************************************************************/
|
|
|
|
|
|
#include "framevel.hpp"
|
|
|
|
namespace KDL {
|
|
|
|
#ifndef KDL_INLINE
|
|
#include "framevel.inl"
|
|
#endif
|
|
|
|
|
|
|
|
}
|