00001
00002
00003
00004
00005
00006
00007
00008 #ifndef BHANDMOVES_H
00009 #define BHANDMOVES_H
00010
00011 #include "bhandforcekingl.h"
00012
00013
00016 class BHandMoves
00017 {
00018 public:
00021 BHandMoves(std::string devName);
00022
00025 ~BHandMoves();
00026
00027 void calib();
00028
00029 void sayHello();
00030
00031 void makeFist();
00032
00033 void gotoInitPos();
00034
00035 void wave();
00036
00037 protected:
00038
00041 BHandForceKin *Hand;
00042
00043
00044 };
00045
00046
00047 #endif //BHANDMOVES_H