orocos_kdl
jacobianframetests.hpp
Go to the documentation of this file.
1 #ifndef PVFramesTests_H
2 #define PVFramesTests_H
3 
4 #include <kdl/jacobianexpr.hpp>
5 #include <kdl/jacobianframe.hpp>
6 #include <kdl/frames.hpp>
7 #include <kdl/frames_io.hpp>
8 
9 #include "jacobiantests.hpp"
10 #include "jacobiandoubletests.hpp"
11 
12 namespace KDL {
13 
14 void checkDiffs();
15 
16 void checkFrameOps();
17 void checkFrameVelOps();
18 }
19 #endif
20 
21 
22 
23 
jacobiandoubletests.hpp
KDL
Definition: kukaLWR_DHnew.cpp:25
KDL::checkFrameOps
void checkFrameOps()
Definition: jacobianframetests.cpp:89
KDL::checkDiffs
void checkDiffs()
Definition: jacobianframetests.cpp:13
KDL::checkFrameVelOps
void checkFrameVelOps()
Definition: jacobianframetests.cpp:132
jacobiantests.hpp