Skip to content
Snippets Groups Projects
Select Git revision
  • c4c82114646782b02535442b6d1313f57ca90e79
  • master default
2 results

graspobject.h

Blame
  • graspobject.h 157 B
    #include "abstractobject.h"
    #ifndef ROBOT_MODELS_GO_H
    #define ROBOT_MODELS_GO_H
    class graspobject : public abstractobject
    {
    
    
    };
    #endif //ROBOT_MODELS_TEST_H