Skip to content
Snippets Groups Projects
Select Git revision
  • 0834bc9cf26b14ca036671f5414116842b0c601f
  • master default protected
  • grasping_sample
3 results

mainpage.dox

Blame
  • quaternion.h 185 B
    #include <vector>
    #ifndef ROBOT_MODELS_Q_H
    #define ROBOT_MODELS_Q_H
    
    class quaternion
    {
    public:
         float x,y,z,w;
    
    
         //no need of constructor here
    
    };
    #endif //ROBOT_MODELS_TEST_H