GAMS  1.4.0
Angular.h
Go to the documentation of this file.
1 
54 #include "ReferenceFrame.h"
55 
56 #ifndef _GAMS_POSE_ANGULAR_H
57 #define _GAMS_POSE_ANGULAR_H
58 
59 #include <iostream>
60 #include <string>
61 #include <array>
62 #include "gams/CPP11_compat.h"
63 #include "gams/pose/Coordinate.h"
64 #include "gams/GamsExport.h"
65 #include <cmath>
66 #include "madara/knowledge/containers/DoubleVector.h"
67 #include "madara/knowledge/containers/NativeDoubleVector.h"
68 
69 #define DEG_TO_RAD(x) ( ( (x) * M_PI) / 180.0)
70 #define RAD_TO_DEG(x) ( ( (x) * 180) / M_PI)
71 
72 #include "AngleUnits.h"
73 
74 #endif // _GAMS_UTILITY_ANGULAR_H_
Copyright (c) 2015 Carnegie Mellon University.
Copyright (c) 2015 Carnegie Mellon University.
Copyright (c) 2015 Carnegie Mellon University.