clober_utils.hpp
Go to the documentation of this file.
1 #ifndef __CloberUtils_H__
2 #define __CloberUtils_H__
3 
4 #define PI 3.141592
5 
6 class CloberUtils{
7  public:
8  float toRPM(float w);
9  float toVelocity(float rpm);
10  float toRad(float enc, int ppr);
11 };
12 
13 
14 #endif //__CloberUtils_H__
CloberUtils
Definition: clober_utils.hpp:6
CloberUtils::toVelocity
float toVelocity(float rpm)
Definition: clober_utils.cpp:9
CloberUtils::toRPM
float toRPM(float w)
Definition: clober_utils.cpp:4
CloberUtils::toRad
float toRad(float enc, int ppr)
Definition: clober_utils.cpp:15


clober_serial
Author(s):
autogenerated on Wed Mar 2 2022 00:01:24