bhandmoves.h

00001 // ***************************************************************************
00002 //                        bhandmoves.h
00003 //                           -------------------
00004 //    copyright            : (c) 2004 Tim Baier
00005 //    email                : tbaier@informatik.uni-hamburg.de
00006 // ***************************************************************************
00007 
00008 #ifndef BHANDMOVES_H
00009 #define BHANDMOVES_H
00010 
00011 #include "bhandforcekingl.h"
00012 //#include "glbhand.h"
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   //GLBHand *GLHand;
00044 };
00045 
00046 
00047 #endif //BHANDMOVES_H


tams Tim Baier bhandlib v0.25
Generated Wed Aug 16 14:57:09 2006 by doxygen 1.4.7