Skip to content
Snippets Groups Projects
Select Git revision
  • b8ea6e87464d1cffae2b9b6a2a8f1d2d2f12914f
  • master default
  • simulated_grasping
  • v1.0
4 results

linkstate.proto

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