Skip to content
Snippets Groups Projects
Select Git revision
  • 81c522eff981349d92e9bdd0051a51ddaa1cb0e3
  • dev default protected
  • main protected
  • feature/ros-java-integration
4 results

inner-workings.md

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