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

hand.h

Blame
  • hand.h 162 B
    #include <vector>
    #ifndef ROBOT_MODELS_H_H
    #define ROBOT_MODELS_H_H
    using namespace std;
    class hand
    {
    public:
    vector<int> grippos;
    };
    #endif //ROBOT_MODELS_TEST_H